Class FeedListItemsPageResponse.Meta.Builder
-
- All Implemented Interfaces:
public final class FeedListItemsPageResponse.Meta.BuilderA builder for Meta.
-
-
Method Summary
-
-
Method Detail
-
_typename
final FeedListItemsPageResponse.Meta.Builder _typename(String _typename)
The typename of the schema.
-
_typename
final FeedListItemsPageResponse.Meta.Builder _typename(JsonField<String> _typename)
Sets Builder._typename to an arbitrary JSON value.
You should usually call Builder._typename with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
totalCount
final FeedListItemsPageResponse.Meta.Builder totalCount(Long totalCount)
The total number of feed items in the user's feed.
-
totalCount
final FeedListItemsPageResponse.Meta.Builder totalCount(JsonField<Long> totalCount)
Sets Builder.totalCount to an arbitrary JSON value.
You should usually call Builder.totalCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
unreadCount
final FeedListItemsPageResponse.Meta.Builder unreadCount(Long unreadCount)
The number of unread feed items in the user's feed.
-
unreadCount
final FeedListItemsPageResponse.Meta.Builder unreadCount(JsonField<Long> unreadCount)
Sets Builder.unreadCount to an arbitrary JSON value.
You should usually call Builder.unreadCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
unseenCount
final FeedListItemsPageResponse.Meta.Builder unseenCount(Long unseenCount)
The number of unseen feed items in the user's feed.
-
unseenCount
final FeedListItemsPageResponse.Meta.Builder unseenCount(JsonField<Long> unseenCount)
Sets Builder.unseenCount to an arbitrary JSON value.
You should usually call Builder.unseenCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final FeedListItemsPageResponse.Meta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FeedListItemsPageResponse.Meta.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FeedListItemsPageResponse.Meta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FeedListItemsPageResponse.Meta.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FeedListItemsPageResponse.Meta.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FeedListItemsPageResponse.Meta build()
Returns an immutable instance of Meta.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
._typename() .totalCount() .unreadCount() .unseenCount()
-
-
-
-