| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RumConfigType |
RumConfigType.RUM_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static RumConfigType |
RumConfigType.fromValue(String value) |
RumConfigType |
RumConfigUpdateData.getType()
The type of the resource.
|
RumConfigType |
RumConfigData.getType()
The type of the resource.
|
RumConfigType |
RumConfigCreateData.getType()
The type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RumConfigType.RumConfigTypeSerializer.serialize(RumConfigType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RumConfigUpdateData.setType(RumConfigType type) |
void |
RumConfigData.setType(RumConfigType type) |
void |
RumConfigCreateData.setType(RumConfigType type) |
RumConfigUpdateData |
RumConfigUpdateData.type(RumConfigType type) |
RumConfigData |
RumConfigData.type(RumConfigType type) |
RumConfigCreateData |
RumConfigCreateData.type(RumConfigType type) |
| Constructor and Description |
|---|
RumConfigCreateData(RumConfigCreateAttributes attributes,
RumConfigType type) |
RumConfigData(RumConfigAttributes attributes,
String id,
RumConfigType type) |
RumConfigUpdateData(RumConfigUpdateAttributes attributes,
RumConfigType type) |
| Constructor and Description |
|---|
RumConfigTypeSerializer(Class<RumConfigType> t) |
Copyright © 2026. All rights reserved.