Class ParticipantCreateMobileTokenResponse
-
- All Implemented Interfaces:
public final class ParticipantCreateMobileTokenResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classParticipantCreateMobileTokenResponse.BuilderA builder for ParticipantCreateMobileTokenResponse.
-
Method Summary
Modifier and Type Method Description final LongexpiresIn()Token lifetime in seconds. final StringparticipantToken()Participant-scoped bearer token for GrowSurf mobile SDK participant endpoints. final JsonField<Long>_expiresIn()Returns the raw JSON value of expiresIn. final JsonField<String>_participantToken()Returns the raw JSON value of participantToken. final Map<String, JsonValue>_additionalProperties()final ParticipantCreateMobileTokenResponse.BuildertoBuilder()final ParticipantCreateMobileTokenResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ParticipantCreateMobileTokenResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ParticipantCreateMobileTokenResponse. -
-
Method Detail
-
participantToken
final String participantToken()
Participant-scoped bearer token for GrowSurf mobile SDK participant endpoints.
-
_expiresIn
final JsonField<Long> _expiresIn()
Returns the raw JSON value of expiresIn.
Unlike expiresIn, this method doesn't throw if the JSON field has an unexpected type.
-
_participantToken
final JsonField<String> _participantToken()
Returns the raw JSON value of participantToken.
Unlike participantToken, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ParticipantCreateMobileTokenResponse.Builder toBuilder()
-
validate
final ParticipantCreateMobileTokenResponse 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 ParticipantCreateMobileTokenResponse.Builder builder()
Returns a mutable builder for constructing an instance of ParticipantCreateMobileTokenResponse.
The following fields are required:
.expiresIn() .participantToken()
-
-
-
-