M10Directory class
Constructors
- M10Directory(String host, {TokenProvider? tokenProvider, bool disableTls = false, int port = 443})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkAlias(
String handle) → Future< bool> -
createAlias(
{required String handle, required String displayName, required String accountSetId, required Alias_Type aliasType, required String operator}) → Future< void> -
createImageUrl(
String mimeType) → Future< ObjectUrlResponse> -
createObjectUrl(
) → Future< ObjectUrlResponse> -
findAliasesOfUser(
[int pageSize = 20]) → Future< Iterable< AliasDoc> > -
getAlias(
String handle) → Future< AliasDoc?> -
getObjectUrl(
String objectId) → Future< ObjectUrlResponse> -
listLedgers(
) → Future< List< Ledger> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchAliases(
String handlePrefix, [int pageSize = 20]) → Future< Iterable< AliasDoc> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited