| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static InvestigationType |
InvestigationType.INVESTIGATION |
| Modifier and Type | Method and Description |
|---|---|
static InvestigationType |
InvestigationType.fromValue(String value) |
InvestigationType |
ListInvestigationsResponseData.getType()
The resource type for investigations.
|
InvestigationType |
GetInvestigationResponseData.getType()
The resource type for investigations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvestigationType.InvestigationTypeSerializer.serialize(InvestigationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ListInvestigationsResponseData.setType(InvestigationType type) |
void |
GetInvestigationResponseData.setType(InvestigationType type) |
ListInvestigationsResponseData |
ListInvestigationsResponseData.type(InvestigationType type) |
GetInvestigationResponseData |
GetInvestigationResponseData.type(InvestigationType type) |
| Constructor and Description |
|---|
GetInvestigationResponseData(GetInvestigationResponseDataAttributes attributes,
String id,
InvestigationType type) |
ListInvestigationsResponseData(ListInvestigationsResponseDataAttributes attributes,
String id,
InvestigationType type) |
| Constructor and Description |
|---|
InvestigationTypeSerializer(Class<InvestigationType> t) |
Copyright © 2026. All rights reserved.