-
public final class QueryMembersUseCase for querying members of a channel
-
-
Method Summary
-
-
Method Detail
-
invoke
final Call<List<Member>> invoke(String cid, Integer offset, Integer limit, FilterObject filter, QuerySort<Member> sort, List<Member> members)
Obtains an executable coroutine call for querying members
- Parameters:
cid- CID of the Channel whose members we are queryingoffset- indicates how many items to exclude from the start of the resultlimit- indicates the maximum allowed number of items in the resultfilter- applied to online queries for advanced selection criteriasort- the sort criteria applied to the result
-
-
-
-