Package app.knock.api.models.objects
Class ObjectListSubscriptionsPageResponse
-
- All Implemented Interfaces:
public final class ObjectListSubscriptionsPageResponseA response containing a list of subscriptions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectListSubscriptionsPageResponse.BuilderA builder for ObjectListSubscriptionsPageResponse.
-
Method Summary
Modifier and Type Method Description final List<Subscription>entries()A list of subscriptions. final PageInfopageInfo()Pagination information for a list of resources. final JsonField<List<Subscription>>_entries()Returns the raw JSON value of entries. final JsonField<PageInfo>_pageInfo()Returns the raw JSON value of pageInfo. final Map<String, JsonValue>_additionalProperties()final ObjectListSubscriptionsPageResponse.BuildertoBuilder()final ObjectListSubscriptionsPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ObjectListSubscriptionsPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ObjectListSubscriptionsPageResponse. -
-
Method Detail
-
entries
final List<Subscription> entries()
A list of subscriptions.
-
_entries
final JsonField<List<Subscription>> _entries()
Returns the raw JSON value of entries.
Unlike entries, 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ObjectListSubscriptionsPageResponse.Builder toBuilder()
-
validate
final ObjectListSubscriptionsPageResponse validate()
-
builder
final static ObjectListSubscriptionsPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of ObjectListSubscriptionsPageResponse.
The following fields are required:
.entries() .pageInfo()
-
-
-
-