Class SessionStartResponse
-
- All Implemented Interfaces:
public final class SessionStartResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartResponse.BuilderA builder for SessionStartResponse.
public final classSessionStartResponse.Data
-
Method Summary
Modifier and Type Method Description final SessionStartResponse.Datadata()final Booleansuccess()Indicates whether the request was successful final JsonField<SessionStartResponse.Data>_data()Returns the raw JSON value of data. final JsonField<Boolean>_success()Returns the raw JSON value of success. final Map<String, JsonValue>_additionalProperties()final SessionStartResponse.BuildertoBuilder()final SessionStartResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionStartResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SessionStartResponse. -
-
Method Detail
-
data
final SessionStartResponse.Data data()
-
_data
final JsonField<SessionStartResponse.Data> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_success
final JsonField<Boolean> _success()
Returns the raw JSON value of success.
Unlike success, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionStartResponse.Builder toBuilder()
-
validate
final SessionStartResponse 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 SessionStartResponse.Builder builder()
Returns a mutable builder for constructing an instance of SessionStartResponse.
The following fields are required:
.data() .success()
-
-
-
-