| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentTeamType |
IncidentTeamType.TEAMS |
| Modifier and Type | Method and Description |
|---|---|
static IncidentTeamType |
IncidentTeamType.fromValue(String value) |
IncidentTeamType |
IncidentTeamCreateData.getType()
Incident Team resource type.
|
IncidentTeamType |
IncidentTeamUpdateData.getType()
Incident Team resource type.
|
IncidentTeamType |
IncidentTeamResponseData.getType()
Incident Team resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentTeamType.IncidentTeamTypeSerializer.serialize(IncidentTeamType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentTeamCreateData.setType(IncidentTeamType type) |
void |
IncidentTeamUpdateData.setType(IncidentTeamType type) |
void |
IncidentTeamResponseData.setType(IncidentTeamType type) |
IncidentTeamCreateData |
IncidentTeamCreateData.type(IncidentTeamType type) |
IncidentTeamUpdateData |
IncidentTeamUpdateData.type(IncidentTeamType type) |
IncidentTeamResponseData |
IncidentTeamResponseData.type(IncidentTeamType type) |
| Constructor and Description |
|---|
IncidentTeamCreateData(IncidentTeamType type) |
IncidentTeamUpdateData(IncidentTeamType type) |
| Constructor and Description |
|---|
IncidentTeamTypeSerializer(Class<IncidentTeamType> t) |
Copyright © 2024. All rights reserved.