| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ViewershipHistorySessionDataType |
ViewershipHistorySessionDataType.RUM_REPLAY_SESSION |
| Modifier and Type | Method and Description |
|---|---|
static ViewershipHistorySessionDataType |
ViewershipHistorySessionDataType.fromValue(String value) |
ViewershipHistorySessionDataType |
ViewershipHistorySessionData.getType()
Rum replay session resource type.
|
ViewershipHistorySessionDataType |
SessionIdData.getType()
Rum replay session resource type.
|
ViewershipHistorySessionDataType |
PlaylistsSessionData.getType()
Rum replay session resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewershipHistorySessionDataType.ViewershipHistorySessionDataTypeSerializer.serialize(ViewershipHistorySessionDataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ViewershipHistorySessionData.setType(ViewershipHistorySessionDataType type) |
void |
SessionIdData.setType(ViewershipHistorySessionDataType type) |
void |
PlaylistsSessionData.setType(ViewershipHistorySessionDataType type) |
ViewershipHistorySessionData |
ViewershipHistorySessionData.type(ViewershipHistorySessionDataType type) |
SessionIdData |
SessionIdData.type(ViewershipHistorySessionDataType type) |
PlaylistsSessionData |
PlaylistsSessionData.type(ViewershipHistorySessionDataType type) |
| Constructor and Description |
|---|
PlaylistsSessionData(ViewershipHistorySessionDataType type) |
SessionIdData(ViewershipHistorySessionDataType type) |
ViewershipHistorySessionData(ViewershipHistorySessionDataType type) |
| Constructor and Description |
|---|
ViewershipHistorySessionDataTypeSerializer(Class<ViewershipHistorySessionDataType> t) |
Copyright © 2026. All rights reserved.