Endpoint class
Represents an Endpoint
in the S3I-Directory data model.
- Annotations
Constructors
- Endpoint.new(String endpoint)
-
Creates an Endpoint with the given
endpoint
.const
Properties
Methods
-
getAsURI(
) → Uri - Returns the given endpoint parsed to an valid URI.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited