Class FeedListItemsPageResponse
-
- All Implemented Interfaces:
public final class FeedListItemsPageResponseA paginated list of feed items.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFeedListItemsPageResponse.BuilderA builder for FeedListItemsPageResponse.
public final classFeedListItemsPageResponse.MetaThe metadata for the user's feed.
public final classFeedListItemsPageResponse.VarsAdditional variables for the feed item.
-
Method Summary
Modifier and Type Method Description final List<FeedListItemsResponse>entries()The list of feed items in the user's feed. final FeedListItemsPageResponse.Metameta()The metadata for the user's feed. final PageInfopageInfo()Pagination information for a list of resources. final FeedListItemsPageResponse.Varsvars()Additional variables for the feed item. final JsonField<List<FeedListItemsResponse>>_entries()Returns the raw JSON value of entries. final JsonField<FeedListItemsPageResponse.Meta>_meta()Returns the raw JSON value of meta. final JsonField<PageInfo>_pageInfo()Returns the raw JSON value of pageInfo. final JsonField<FeedListItemsPageResponse.Vars>_vars()Returns the raw JSON value of vars. final Map<String, JsonValue>_additionalProperties()final FeedListItemsPageResponse.BuildertoBuilder()final FeedListItemsPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FeedListItemsPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of FeedListItemsPageResponse. -
-
Method Detail
-
entries
final List<FeedListItemsResponse> entries()
The list of feed items in the user's feed.
-
meta
final FeedListItemsPageResponse.Meta meta()
The metadata for the user's feed.
-
vars
final FeedListItemsPageResponse.Vars vars()
Additional variables for the feed item.
-
_entries
final JsonField<List<FeedListItemsResponse>> _entries()
Returns the raw JSON value of entries.
Unlike entries, this method doesn't throw if the JSON field has an unexpected type.
-
_meta
final JsonField<FeedListItemsPageResponse.Meta> _meta()
Returns the raw JSON value of meta.
Unlike meta, this method doesn't throw if the JSON field has an unexpected type.
-
_pageInfo
final JsonField<PageInfo> _pageInfo()
Returns the raw JSON value of pageInfo.
Unlike pageInfo, this method doesn't throw if the JSON field has an unexpected type.
-
_vars
final JsonField<FeedListItemsPageResponse.Vars> _vars()
Returns the raw JSON value of vars.
Unlike vars, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FeedListItemsPageResponse.Builder toBuilder()
-
validate
final FeedListItemsPageResponse validate()
-
builder
final static FeedListItemsPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of FeedListItemsPageResponse.
The following fields are required:
.entries() .meta() .pageInfo() .vars()
-
-
-
-