Package com.courier.models
Class MultipleTokens
-
- All Implemented Interfaces:
public final class MultipleTokens
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMultipleTokens.BuilderA builder for MultipleTokens.
-
Method Summary
Modifier and Type Method Description final List<Token>tokens()final JsonField<List<Token>>_tokens()Returns the raw JSON value of tokens. final Map<String, JsonValue>_additionalProperties()final MultipleTokens.BuildertoBuilder()final MultipleTokensvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MultipleTokens.Builderbuilder()Returns a mutable builder for constructing an instance of MultipleTokens. -
-
Method Detail
-
_tokens
final JsonField<List<Token>> _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 MultipleTokens.Builder toBuilder()
-
validate
final MultipleTokens validate()
-
builder
final static MultipleTokens.Builder builder()
Returns a mutable builder for constructing an instance of MultipleTokens.
The following fields are required:
.tokens()
-
-
-
-