Class SessionReplayResponse.Data
-
- All Implemented Interfaces:
public final class SessionReplayResponse.Data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionReplayResponse.Data.BuilderA builder for Data.
public final classSessionReplayResponse.Data.Page
-
Method Summary
Modifier and Type Method Description final List<SessionReplayResponse.Data.Page>pages()final Optional<String>clientLanguage()final JsonField<List<SessionReplayResponse.Data.Page>>_pages()Returns the raw JSON value of pages. final JsonField<String>_clientLanguage()Returns the raw JSON value of clientLanguage. final Map<String, JsonValue>_additionalProperties()final SessionReplayResponse.Data.BuildertoBuilder()final SessionReplayResponse.Datavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionReplayResponse.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. -
-
Method Detail
-
pages
final List<SessionReplayResponse.Data.Page> pages()
-
clientLanguage
final Optional<String> clientLanguage()
-
_pages
final JsonField<List<SessionReplayResponse.Data.Page>> _pages()
Returns the raw JSON value of pages.
Unlike pages, this method doesn't throw if the JSON field has an unexpected type.
-
_clientLanguage
final JsonField<String> _clientLanguage()
Returns the raw JSON value of clientLanguage.
Unlike clientLanguage, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionReplayResponse.Data.Builder toBuilder()
-
validate
final SessionReplayResponse.Data 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 SessionReplayResponse.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
The following fields are required:
.pages()
-
-
-
-