| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static RumMetricType |
RumMetricType.RUM_METRICS |
| Modifier and Type | Method and Description |
|---|---|
static RumMetricType |
RumMetricType.fromValue(String value) |
RumMetricType |
RumMetricUpdateData.getType()
The type of the resource.
|
RumMetricType |
RumMetricResponseData.getType()
The type of the resource.
|
RumMetricType |
RumMetricCreateData.getType()
The type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RumMetricType.RumMetricTypeSerializer.serialize(RumMetricType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RumMetricUpdateData.setType(RumMetricType type) |
void |
RumMetricResponseData.setType(RumMetricType type) |
void |
RumMetricCreateData.setType(RumMetricType type) |
RumMetricUpdateData |
RumMetricUpdateData.type(RumMetricType type) |
RumMetricResponseData |
RumMetricResponseData.type(RumMetricType type) |
RumMetricCreateData |
RumMetricCreateData.type(RumMetricType type) |
| Constructor and Description |
|---|
RumMetricCreateData(RumMetricCreateAttributes attributes,
String id,
RumMetricType type) |
RumMetricUpdateData(RumMetricUpdateAttributes attributes,
RumMetricType type) |
| Constructor and Description |
|---|
RumMetricTypeSerializer(Class<RumMetricType> t) |
Copyright © 2025. All rights reserved.