Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UriFragment

Hierarchy

  • UriFragment

Implements

Index

Constructors

constructor

  • new UriFragment(identifier: undefined | string): UriFragment
  • Parameters

    • identifier: undefined | string

    Returns UriFragment

Properties

Readonly identifier

identifier: undefined | string

Readonly stringValue

stringValue: undefined | string

Accessors

Static cache

Methods

compareTo

  • Parameters

    Returns number

debug

  • debug(output: Output<unknown>): void
  • Parameters

    Returns void

display

  • display(output: Output<unknown>): void
  • Parameters

    Returns void

equals

  • equals(that: unknown): boolean
  • Parameters

    • that: unknown

    Returns boolean

hashCode

  • hashCode(): number
  • Returns number

isDefined

  • isDefined(): boolean
  • Returns boolean

toAny

  • toAny(): undefined | string
  • Returns undefined | string

toString

  • toString(): string
  • Returns string

Static create

  • Parameters

    • identifier: undefined | string

    Returns UriFragment

Static fromAny

  • Parameters

    Returns UriFragment

Static parse

  • Parameters

    • fragmentPart: string

    Returns UriFragment

Static undefined

  • Returns UriFragment

Generated using TypeDoc