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()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()
-
builder
final static AirshipProfile.Builder builder()
Returns a mutable builder for constructing an instance of AirshipProfile.
The following fields are required:
.audience() .deviceTypes()
-
-
-
-