| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static WorkflowDataType |
WorkflowDataType.WORKFLOWS |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowDataType |
WorkflowDataType.fromValue(String value) |
WorkflowDataType |
WorkflowListItem.getType()
The definition of
WorkflowDataType object. |
WorkflowDataType |
WorkflowDataUpdate.getType()
The definition of
WorkflowDataType object. |
WorkflowDataType |
WorkflowData.getType()
The definition of
WorkflowDataType object. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDataType.WorkflowDataTypeSerializer.serialize(WorkflowDataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
WorkflowListItem.setType(WorkflowDataType type) |
void |
WorkflowDataUpdate.setType(WorkflowDataType type) |
void |
WorkflowData.setType(WorkflowDataType type) |
WorkflowListItem |
WorkflowListItem.type(WorkflowDataType type) |
WorkflowDataUpdate |
WorkflowDataUpdate.type(WorkflowDataType type) |
WorkflowData |
WorkflowData.type(WorkflowDataType type) |
| Constructor and Description |
|---|
WorkflowData(WorkflowDataAttributes attributes,
WorkflowDataType type) |
WorkflowDataUpdate(WorkflowDataUpdateAttributes attributes,
WorkflowDataType type) |
WorkflowListItem(WorkflowListItemAttributes attributes,
WorkflowDataType type) |
| Constructor and Description |
|---|
WorkflowDataTypeSerializer(Class<WorkflowDataType> t) |
Copyright © 2026. All rights reserved.