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