UsersAliasesResourceApi class
Constructors
- UsersAliasesResourceApi(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(
String userKey, String alias, {String $fields}) → Future - Remove a alias for the user [...]
-
insert(
Alias request, String userKey, {String $fields}) → Future< Alias> - Add a alias for the user [...]
-
list(
String userKey, {String $fields}) → Future< Aliases> - List all aliases for a user [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
watch(
Channel request, String userKey, {String event, String $fields}) → Future< Channel> - Watch for changes in users list [...]
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited