Class AudienceListMembersResponse.Item
-
- All Implemented Interfaces:
public final class AudienceListMembersResponse.Item
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAudienceListMembersResponse.Item.BuilderA builder for Item.
-
Method Summary
Modifier and Type Method Description final StringaddedAt()final StringaudienceId()final LongaudienceVersion()final StringmemberId()final Stringreason()final JsonField<String>_addedAt()Returns the raw JSON value of addedAt. final JsonField<String>_audienceId()Returns the raw JSON value of audienceId. final JsonField<Long>_audienceVersion()Returns the raw JSON value of audienceVersion. final JsonField<String>_memberId()Returns the raw JSON value of memberId. final JsonField<String>_reason()Returns the raw JSON value of reason. final Map<String, JsonValue>_additionalProperties()final AudienceListMembersResponse.Item.BuildertoBuilder()final AudienceListMembersResponse.Itemvalidate()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.Item.Builderbuilder()Returns a mutable builder for constructing an instance of Item. -
-
Method Detail
-
audienceId
final String audienceId()
-
audienceVersion
final Long audienceVersion()
-
_addedAt
final JsonField<String> _addedAt()
Returns the raw JSON value of addedAt.
Unlike addedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_audienceId
final JsonField<String> _audienceId()
Returns the raw JSON value of audienceId.
Unlike audienceId, this method doesn't throw if the JSON field has an unexpected type.
-
_audienceVersion
final JsonField<Long> _audienceVersion()
Returns the raw JSON value of audienceVersion.
Unlike audienceVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_memberId
final JsonField<String> _memberId()
Returns the raw JSON value of memberId.
Unlike memberId, this method doesn't throw if the JSON field has an unexpected type.
-
_reason
final JsonField<String> _reason()
Returns the raw JSON value of reason.
Unlike reason, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AudienceListMembersResponse.Item.Builder toBuilder()
-
validate
final AudienceListMembersResponse.Item 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.Item.Builder builder()
Returns a mutable builder for constructing an instance of Item.
The following fields are required:
.addedAt() .audienceId() .audienceVersion() .memberId() .reason()
-
-
-
-