| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentPageTargetType |
IncidentPageTargetType.TEAM_HANDLE |
static IncidentPageTargetType |
IncidentPageTargetType.TEAM_UUID |
static IncidentPageTargetType |
IncidentPageTargetType.USER_UUID |
| Modifier and Type | Method and Description |
|---|---|
static IncidentPageTargetType |
IncidentPageTargetType.fromValue(String value) |
IncidentPageTargetType |
IncidentPageTarget.getType()
The type of target for a page request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentPageTargetType.IncidentPageTargetTypeSerializer.serialize(IncidentPageTargetType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentPageTarget.setType(IncidentPageTargetType type) |
IncidentPageTarget |
IncidentPageTarget.type(IncidentPageTargetType type) |
| Constructor and Description |
|---|
IncidentPageTarget(String identifier,
IncidentPageTargetType type) |
| Constructor and Description |
|---|
IncidentPageTargetTypeSerializer(Class<IncidentPageTargetType> t) |
Copyright © 2026. All rights reserved.