Package app.knock.api.models.users
Class UserListSubscriptionsPageResponse
-
- All Implemented Interfaces:
public final class UserListSubscriptionsPageResponseA response containing a list of subscriptions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserListSubscriptionsPageResponse.BuilderA builder for UserListSubscriptionsPageResponse.
-
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 UserListSubscriptionsPageResponse.BuildertoBuilder()final UserListSubscriptionsPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UserListSubscriptionsPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of UserListSubscriptionsPageResponse. -
-
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 UserListSubscriptionsPageResponse.Builder toBuilder()
-
validate
final UserListSubscriptionsPageResponse validate()
-
builder
final static UserListSubscriptionsPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of UserListSubscriptionsPageResponse.
The following fields are required:
.entries() .pageInfo()
-
-
-
-