Package 

Class QueryMembers


  • 
    public final class QueryMembers
    
                        

    UseCase for querying members of a channel

    • Method Summary

      Modifier and Type Method Description
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 querying
        offset - indicates how many items to exclude from the start of the result
        limit - indicates the maximum allowed number of items in the result
        filter - applied to online queries for advanced selection criteria
        sort - the sort criteria applied to the result