Package app.knock.api.models.users.feeds
Class FeedListItemsParams
-
- All Implemented Interfaces:
-
app.knock.api.core.Params
public final class FeedListItemsParams implements Params
Returns a paginated list of feed items for a user, including metadata about the feed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFeedListItemsParams.BuilderA builder for FeedListItemsParams.
public final classFeedListItemsParams.ArchivedThe archived status of the feed items.
public final classFeedListItemsParams.StatusThe status of the feed items.
-
Method Summary
Modifier and Type Method Description final Optional<String>userId()final Optional<String>id()final Optional<String>after()The cursor to fetch entries after. final Optional<FeedListItemsParams.Archived>archived()The archived status of the feed items. final Optional<String>before()The cursor to fetch entries before. final Optional<Boolean>hasTenant()Whether the feed items have a tenant. final Optional<Long>pageSize()The number of items per page. final Optional<String>source()The source of the feed items. final Optional<FeedListItemsParams.Status>status()The status of the feed items. final Optional<String>tenant()The tenant associated with the feed items. final Optional<String>triggerData()The trigger data of the feed items (as a JSON string). final Optional<List<String>>workflowCategories()The workflow categories of the feed items. final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final FeedListItemsParams.BuildertoBuilder()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static FeedListItemsParamsnone()final static FeedListItemsParams.Builderbuilder()Returns a mutable builder for constructing an instance of FeedListItemsParams. -
-
Method Detail
-
archived
final Optional<FeedListItemsParams.Archived> archived()
The archived status of the feed items.
-
status
final Optional<FeedListItemsParams.Status> status()
The status of the feed items.
-
triggerData
final Optional<String> triggerData()
The trigger data of the feed items (as a JSON string).
-
workflowCategories
final Optional<List<String>> workflowCategories()
The workflow categories of the feed items.
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final FeedListItemsParams.Builder toBuilder()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static FeedListItemsParams none()
-
builder
final static FeedListItemsParams.Builder builder()
Returns a mutable builder for constructing an instance of FeedListItemsParams.
-
-
-
-