Class FeedListItemsPageResponse.Meta
-
- All Implemented Interfaces:
public final class FeedListItemsPageResponse.MetaThe metadata for the user's feed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFeedListItemsPageResponse.Meta.BuilderA builder for Meta.
-
Method Summary
Modifier and Type Method Description final String_typename()The typename of the schema. final LongtotalCount()The total number of feed items in the user's feed. final LongunreadCount()The number of unread feed items in the user's feed. final LongunseenCount()The number of unseen feed items in the user's feed. final JsonField<String>__typename()Returns the raw JSON value of _typename. final JsonField<Long>_totalCount()Returns the raw JSON value of totalCount. final JsonField<Long>_unreadCount()Returns the raw JSON value of unreadCount. final JsonField<Long>_unseenCount()Returns the raw JSON value of unseenCount. final Map<String, JsonValue>_additionalProperties()final FeedListItemsPageResponse.Meta.BuildertoBuilder()final FeedListItemsPageResponse.Metavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FeedListItemsPageResponse.Meta.Builderbuilder()Returns a mutable builder for constructing an instance of Meta. -
-
Method Detail
-
totalCount
final Long totalCount()
The total number of feed items in the user's feed.
-
unreadCount
final Long unreadCount()
The number of unread feed items in the user's feed.
-
unseenCount
final Long unseenCount()
The number of unseen feed items in the user's feed.
-
__typename
final JsonField<String> __typename()
Returns the raw JSON value of _typename.
Unlike _typename, this method doesn't throw if the JSON field has an unexpected type.
-
_totalCount
final JsonField<Long> _totalCount()
Returns the raw JSON value of totalCount.
Unlike totalCount, this method doesn't throw if the JSON field has an unexpected type.
-
_unreadCount
final JsonField<Long> _unreadCount()
Returns the raw JSON value of unreadCount.
Unlike unreadCount, this method doesn't throw if the JSON field has an unexpected type.
-
_unseenCount
final JsonField<Long> _unseenCount()
Returns the raw JSON value of unseenCount.
Unlike unseenCount, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FeedListItemsPageResponse.Meta.Builder toBuilder()
-
validate
final FeedListItemsPageResponse.Meta validate()
-
builder
final static FeedListItemsPageResponse.Meta.Builder builder()
Returns a mutable builder for constructing an instance of Meta.
The following fields are required:
._typename() .totalCount() .unreadCount() .unseenCount()
-
-
-
-