| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentServiceType |
IncidentServiceType.SERVICES |
| Modifier and Type | Method and Description |
|---|---|
static IncidentServiceType |
IncidentServiceType.fromValue(String value) |
IncidentServiceType |
IncidentServiceUpdateData.getType()
Incident service resource type.
|
IncidentServiceType |
IncidentServiceCreateData.getType()
Incident service resource type.
|
IncidentServiceType |
IncidentServiceResponseData.getType()
Incident service resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentServiceType.IncidentServiceTypeSerializer.serialize(IncidentServiceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentServiceUpdateData.setType(IncidentServiceType type) |
void |
IncidentServiceCreateData.setType(IncidentServiceType type) |
void |
IncidentServiceResponseData.setType(IncidentServiceType type) |
IncidentServiceUpdateData |
IncidentServiceUpdateData.type(IncidentServiceType type) |
IncidentServiceCreateData |
IncidentServiceCreateData.type(IncidentServiceType type) |
IncidentServiceResponseData |
IncidentServiceResponseData.type(IncidentServiceType type) |
| Constructor and Description |
|---|
IncidentServiceCreateData(IncidentServiceType type) |
IncidentServiceResponseData(String id,
IncidentServiceType type) |
IncidentServiceUpdateData(IncidentServiceType type) |
| Constructor and Description |
|---|
IncidentServiceTypeSerializer(Class<IncidentServiceType> t) |
Copyright © 2024. All rights reserved.