-
- All Implemented Interfaces:
public final class GetActivitiesParamsA class that defines parameters to obtain Activities.
-
-
Field Summary
Fields Modifier and Type Field Description private Integerlimitprivate Integeroffsetprivate StringidGreaterThanprivate StringidGreaterThanOrEqualprivate StringidSmallerThanprivate StringidSmallerThanOrEqualprivate BooleanwithOwnReactionsprivate BooleanwithReactionCountsprivate Booleanenrich
-
Constructor Summary
Constructors Constructor Description GetActivitiesParams()
-
Method Summary
Modifier and Type Method Description final IntegergetLimit()final UnitsetLimit(Integer limit)final IntegergetOffset()final UnitsetOffset(Integer offset)final StringgetIdGreaterThan()final UnitsetIdGreaterThan(String idGreaterThan)final StringgetIdGreaterThanOrEqual()final UnitsetIdGreaterThanOrEqual(String idGreaterThanOrEqual)final StringgetIdSmallerThan()final UnitsetIdSmallerThan(String idSmallerThan)final StringgetIdSmallerThanOrEqual()final UnitsetIdSmallerThanOrEqual(String idSmallerThanOrEqual)final BooleangetWithOwnReactions()final UnitsetWithOwnReactions(Boolean withOwnReactions)final BooleangetWithReactionCounts()final UnitsetWithReactionCounts(Boolean withReactionCounts)final BooleangetEnrich()final UnitsetEnrich(Boolean enrich)final GetActivitiesParamswithRecentReactions(Integer limit)Include recent reactions to activites. -
-
Method Detail
-
getIdGreaterThan
final String getIdGreaterThan()
-
setIdGreaterThan
final Unit setIdGreaterThan(String idGreaterThan)
-
getIdGreaterThanOrEqual
final String getIdGreaterThanOrEqual()
-
setIdGreaterThanOrEqual
final Unit setIdGreaterThanOrEqual(String idGreaterThanOrEqual)
-
getIdSmallerThan
final String getIdSmallerThan()
-
setIdSmallerThan
final Unit setIdSmallerThan(String idSmallerThan)
-
getIdSmallerThanOrEqual
final String getIdSmallerThanOrEqual()
-
setIdSmallerThanOrEqual
final Unit setIdSmallerThanOrEqual(String idSmallerThanOrEqual)
-
getWithOwnReactions
final Boolean getWithOwnReactions()
-
setWithOwnReactions
final Unit setWithOwnReactions(Boolean withOwnReactions)
-
getWithReactionCounts
final Boolean getWithReactionCounts()
-
setWithReactionCounts
final Unit setWithReactionCounts(Boolean withReactionCounts)
-
withRecentReactions
final GetActivitiesParams withRecentReactions(Integer limit)
Include recent reactions to activites.
- Parameters:
limit- The number of recent reactions to retrieve.
-
-
-
-