Package com.courier.models.lists
Class ListListResponse
-
- All Implemented Interfaces:
public final class ListListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classListListResponse.BuilderA builder for ListListResponse.
-
Method Summary
Modifier and Type Method Description final List<SubscriptionList>items()final Pagingpaging()final JsonField<List<SubscriptionList>>_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 ListListResponse.BuildertoBuilder()final ListListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ListListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ListListResponse. -
-
Method Detail
-
items
final List<SubscriptionList> items()
-
_items
final JsonField<List<SubscriptionList>> _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 ListListResponse.Builder toBuilder()
-
validate
final ListListResponse 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 ListListResponse.Builder builder()
Returns a mutable builder for constructing an instance of ListListResponse.
The following fields are required:
.items() .paging()
-
-
-
-