Package com.courier.models.auth
Class AuthIssueTokenParams.Body
-
- All Implemented Interfaces:
public final class AuthIssueTokenParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthIssueTokenParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final StringexpiresIn()final Stringscope()final JsonField<String>_expiresIn()Returns the raw JSON value of expiresIn. final JsonField<String>_scope()Returns the raw JSON value of scope. final Map<String, JsonValue>_additionalProperties()final AuthIssueTokenParams.Body.BuildertoBuilder()final AuthIssueTokenParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuthIssueTokenParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
_expiresIn
final JsonField<String> _expiresIn()
Returns the raw JSON value of expiresIn.
Unlike expiresIn, this method doesn't throw if the JSON field has an unexpected type.
-
_scope
final JsonField<String> _scope()
Returns the raw JSON value of scope.
Unlike scope, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuthIssueTokenParams.Body.Builder toBuilder()
-
validate
final AuthIssueTokenParams.Body validate()
-
builder
final static AuthIssueTokenParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.expiresIn() .scope()
-
-
-
-