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