AmityUserSearchDisplayNameQueryBuilder class

Query Builder for Search User using display name

Constructors

AmityUserSearchDisplayNameQueryBuilder({required GetAllUserUseCase useCase, String? keyword})
Init AmityUserSearchDisplayNameQueryBuilder

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

getPagingData({String? token, int? limit}) Future<PageListData<List<AmityUser>, String>>
keyword(String keyword) AmityUserSearchDisplayNameQueryBuilder
Add keyword in search query
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query() Future<List<AmityUser>>
Query Result
sortBy(AmityUserSortOption amityUserSortOption) AmityUserSearchDisplayNameQueryBuilder
sory by result
toString() String
A string representation of this object.
inherited

Operators

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