| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TimelineCellResourceType |
TimelineCellResourceType.TIMELINE_CELL |
| Modifier and Type | Method and Description |
|---|---|
static TimelineCellResourceType |
TimelineCellResourceType.fromValue(String value) |
TimelineCellResourceType |
TimelineCellResource.getType()
JSON:API resource type for timeline cells.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimelineCellResourceType.TimelineCellResourceTypeSerializer.serialize(TimelineCellResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TimelineCellResource.setType(TimelineCellResourceType type) |
TimelineCellResource |
TimelineCellResource.type(TimelineCellResourceType type) |
| Constructor and Description |
|---|
TimelineCellResource(TimelineCell attributes,
String id,
TimelineCellResourceType type) |
| Constructor and Description |
|---|
TimelineCellResourceTypeSerializer(Class<TimelineCellResourceType> t) |
Copyright © 2026. All rights reserved.