Class GetThreadOptions
-
- All Implemented Interfaces:
public final class GetThreadOptionsQuery threads request.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanwatchprivate final IntegerreplyLimitprivate final IntegerparticipantLimitprivate final IntegermemberLimit
-
Constructor Summary
Constructors Constructor Description GetThreadOptions(Boolean watch, Integer replyLimit, Integer participantLimit, Integer memberLimit)GetThreadOptions(Boolean watch, Integer replyLimit, Integer participantLimit)GetThreadOptions(Boolean watch, Integer replyLimit)GetThreadOptions(Boolean watch)GetThreadOptions()
-
Method Summary
Modifier and Type Method Description final BooleangetWatch()If true, all the channels corresponding to threads returned in response will be watched. final IntegergetReplyLimit()The number of latest replies to fetch per thread. final IntegergetParticipantLimit()The number of thread participants to request per thread. final IntegergetMemberLimit()The number of members to request per thread. -
-
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.
-
-
-
-