AmityCommunityMemberSearch class

Query builder to search the community memeber using keyword

Constructors

AmityCommunityMemberSearch({required CommunityMemberQueryUsecase usecase, required String communityId, required String keyword})
Init CommunityMemberQueryBuilder

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usecase → CommunityMemberQueryUsecase
final

Methods

filter(AmityCommunityMembershipFilter filter) AmityCommunityMemberSearch
Apply Filter
getPagingData({String? token, int? limit}) Future<PageListData<List<AmityCommunityMember>, String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roles(List<String> roles) AmityCommunityMemberSearch
Apply Filter
sortBy(AmityCommunityMembershipSortOption order) AmityCommunityMemberSearch
Apply Filter
toString() String
A string representation of this object.
inherited

Operators

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