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