Class GetThreadOptions

  • All Implemented Interfaces:

    
    public final class GetThreadOptions
    
                        

    Query threads request.

    • Constructor Detail

      • GetThreadOptions

        GetThreadOptions(Boolean watch, Integer replyLimit)
      • GetThreadOptions

        GetThreadOptions(Boolean watch)
      • GetThreadOptions

        GetThreadOptions()
    • Method Detail

      • getWatch

         final Boolean getWatch()

        If true, all the channels corresponding to threads returned in response will be watched. Defaults to true.

      • getReplyLimit

         final Integer getReplyLimit()

        The number of latest replies to fetch per thread. Defaults to 2.

      • getParticipantLimit

         final Integer getParticipantLimit()

        The number of thread participants to request per thread. Defaults to 100.

      • getMemberLimit

         final Integer getMemberLimit()

        The number of members to request per thread. Defaults to 100.