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