| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ScheduleTargetPosition |
ScheduleTargetPosition.CURRENT |
static ScheduleTargetPosition |
ScheduleTargetPosition.NEXT |
static ScheduleTargetPosition |
ScheduleTargetPosition.PREVIOUS |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleTargetPosition |
ScheduleTargetPosition.fromValue(String value) |
ScheduleTargetPosition |
EscalationPolicyStepTargetConfigSchedule.getPosition()
Specifies the position of a schedule target (example
previous, current
, or next). |
ScheduleTargetPosition |
ConfiguredScheduleTargetAttributes.getPosition()
Specifies the position of a schedule target (example
previous, current
, or next). |
| Modifier and Type | Method and Description |
|---|---|
EscalationPolicyStepTargetConfigSchedule |
EscalationPolicyStepTargetConfigSchedule.position(ScheduleTargetPosition position) |
ConfiguredScheduleTargetAttributes |
ConfiguredScheduleTargetAttributes.position(ScheduleTargetPosition position) |
void |
ScheduleTargetPosition.ScheduleTargetPositionSerializer.serialize(ScheduleTargetPosition value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
EscalationPolicyStepTargetConfigSchedule.setPosition(ScheduleTargetPosition position) |
void |
ConfiguredScheduleTargetAttributes.setPosition(ScheduleTargetPosition position) |
| Constructor and Description |
|---|
ConfiguredScheduleTargetAttributes(ScheduleTargetPosition position) |
| Constructor and Description |
|---|
ScheduleTargetPositionSerializer(Class<ScheduleTargetPosition> t) |
Copyright © 2026. All rights reserved.