Class SubscriptionListResponse
-
- All Implemented Interfaces:
public final class SubscriptionListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubscriptionListResponse.BuilderA builder for SubscriptionListResponse.
public final classSubscriptionListResponse.Item
-
Method Summary
Modifier and Type Method Description final List<SubscriptionListResponse.Item>items()final Pagingpaging()final JsonField<List<SubscriptionListResponse.Item>>_items()Returns the raw JSON value of items. final JsonField<Paging>_paging()Returns the raw JSON value of paging. final Map<String, JsonValue>_additionalProperties()final SubscriptionListResponse.BuildertoBuilder()final SubscriptionListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SubscriptionListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SubscriptionListResponse. -
-
Method Detail
-
items
final List<SubscriptionListResponse.Item> items()
-
_items
final JsonField<List<SubscriptionListResponse.Item>> _items()
Returns the raw JSON value of items.
Unlike items, this method doesn't throw if the JSON field has an unexpected type.
-
_paging
final JsonField<Paging> _paging()
Returns the raw JSON value of paging.
Unlike paging, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SubscriptionListResponse.Builder toBuilder()
-
validate
final SubscriptionListResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SubscriptionListResponse.Builder builder()
Returns a mutable builder for constructing an instance of SubscriptionListResponse.
The following fields are required:
.items() .paging()
-
-
-
-