UserUpdateQueryBuilder class

Constructors

UserUpdateQueryBuilder(UpdateUserUsecase _useCase, String _userId)

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

avatarCustomUrl(String avatarCustomUrl) UserUpdateQueryBuilder
avatarFileId(String avatarFileId) UserUpdateQueryBuilder
description(String description) UserUpdateQueryBuilder
displayName(String displayName) UserUpdateQueryBuilder
metadata(Map<String, dynamic> metadata) UserUpdateQueryBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roles(List<String> roles) UserUpdateQueryBuilder
toString() String
A string representation of this object.
inherited
update() Future<AmityUser>

Operators

operator ==(Object other) bool
The equality operator.
inherited