Class SessionObserveResponse
-
- All Implemented Interfaces:
public final class SessionObserveResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionObserveResponse.BuilderA builder for SessionObserveResponse.
public final classSessionObserveResponse.Data
-
Method Summary
Modifier and Type Method Description final SessionObserveResponse.Datadata()final Booleansuccess()Indicates whether the request was successful final JsonField<SessionObserveResponse.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 SessionObserveResponse.BuildertoBuilder()final SessionObserveResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionObserveResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SessionObserveResponse. -
-
Method Detail
-
data
final SessionObserveResponse.Data data()
-
_data
final JsonField<SessionObserveResponse.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 SessionObserveResponse.Builder toBuilder()
-
validate
final SessionObserveResponse 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 SessionObserveResponse.Builder builder()
Returns a mutable builder for constructing an instance of SessionObserveResponse.
The following fields are required:
.data() .success()
-
-
-
-