Class SessionReplayResponse
-
- All Implemented Interfaces:
public final class SessionReplayResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionReplayResponse.BuilderA builder for SessionReplayResponse.
public final classSessionReplayResponse.Data
-
Method Summary
Modifier and Type Method Description final SessionReplayResponse.Datadata()final Booleansuccess()Indicates whether the request was successful final JsonField<SessionReplayResponse.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 SessionReplayResponse.BuildertoBuilder()final SessionReplayResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionReplayResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SessionReplayResponse. -
-
Method Detail
-
data
final SessionReplayResponse.Data data()
-
_data
final JsonField<SessionReplayResponse.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 SessionReplayResponse.Builder toBuilder()
-
validate
final SessionReplayResponse validate()
-
builder
final static SessionReplayResponse.Builder builder()
Returns a mutable builder for constructing an instance of SessionReplayResponse.
The following fields are required:
.data() .success()
-
-
-
-