Class PushChannelData
-
- All Implemented Interfaces:
public final class PushChannelDataThe content of a push notification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPushChannelData.BuilderA builder for PushChannelData.
-
Method Summary
Modifier and Type Method Description final List<String>tokens()A list of push channel tokens. final JsonField<List<String>>_tokens()Returns the raw JSON value of tokens. final Map<String, JsonValue>_additionalProperties()final PushChannelData.BuildertoBuilder()final PushChannelDatavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PushChannelData.Builderbuilder()Returns a mutable builder for constructing an instance of PushChannelData. -
-
Method Detail
-
_tokens
final JsonField<List<String>> _tokens()
Returns the raw JSON value of tokens.
Unlike tokens, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PushChannelData.Builder toBuilder()
-
validate
final PushChannelData validate()
-
builder
final static PushChannelData.Builder builder()
Returns a mutable builder for constructing an instance of PushChannelData.
The following fields are required:
.tokens()
-
-
-
-