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