Package com.courier.models.audiences
Class AudienceUpdateResponse
-
- All Implemented Interfaces:
public final class AudienceUpdateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAudienceUpdateResponse.BuilderA builder for AudienceUpdateResponse.
-
Method Summary
Modifier and Type Method Description final Audienceaudience()final JsonField<Audience>_audience()Returns the raw JSON value of audience. final Map<String, JsonValue>_additionalProperties()final AudienceUpdateResponse.BuildertoBuilder()final AudienceUpdateResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AudienceUpdateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of AudienceUpdateResponse. -
-
Method Detail
-
_audience
final JsonField<Audience> _audience()
Returns the raw JSON value of audience.
Unlike audience, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AudienceUpdateResponse.Builder toBuilder()
-
validate
final AudienceUpdateResponse 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 AudienceUpdateResponse.Builder builder()
Returns a mutable builder for constructing an instance of AudienceUpdateResponse.
The following fields are required:
.audience()
-
-
-
-