Class SessionObserveResponse.Data
-
- All Implemented Interfaces:
public final class SessionObserveResponse.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionObserveResponse.Data.BuilderA builder for Data.
public final classSessionObserveResponse.Data.ResultAction object returned by observe and used by act
-
Method Summary
Modifier and Type Method Description final List<SessionObserveResponse.Data.Result>result()final Optional<String>actionId()Action ID for tracking final JsonField<List<SessionObserveResponse.Data.Result>>_result()Returns the raw JSON value of result. final JsonField<String>_actionId()Returns the raw JSON value of actionId. final Map<String, JsonValue>_additionalProperties()final SessionObserveResponse.Data.BuildertoBuilder()final SessionObserveResponse.Datavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionObserveResponse.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. -
-
Method Detail
-
result
final List<SessionObserveResponse.Data.Result> result()
-
_result
final JsonField<List<SessionObserveResponse.Data.Result>> _result()
Returns the raw JSON value of result.
Unlike result, this method doesn't throw if the JSON field has an unexpected type.
-
_actionId
final JsonField<String> _actionId()
Returns the raw JSON value of actionId.
Unlike actionId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionObserveResponse.Data.Builder toBuilder()
-
validate
final SessionObserveResponse.Data validate()
-
builder
final static SessionObserveResponse.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
The following fields are required:
.result()
-
-
-
-