| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsDowntimeWeekday |
SyntheticsDowntimeWeekday.FRIDAY |
static SyntheticsDowntimeWeekday |
SyntheticsDowntimeWeekday.MONDAY |
static SyntheticsDowntimeWeekday |
SyntheticsDowntimeWeekday.SATURDAY |
static SyntheticsDowntimeWeekday |
SyntheticsDowntimeWeekday.SUNDAY |
static SyntheticsDowntimeWeekday |
SyntheticsDowntimeWeekday.THURSDAY |
static SyntheticsDowntimeWeekday |
SyntheticsDowntimeWeekday.TUESDAY |
static SyntheticsDowntimeWeekday |
SyntheticsDowntimeWeekday.WEDNESDAY |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsDowntimeWeekday |
SyntheticsDowntimeWeekday.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsDowntimeWeekday> |
SyntheticsDowntimeTimeSlotRecurrenceResponse.getWeekdays()
Days of the week for a Synthetics downtime recurrence schedule.
|
List<SyntheticsDowntimeWeekday> |
SyntheticsDowntimeTimeSlotRecurrenceRequest.getWeekdays()
Days of the week for a Synthetics downtime recurrence schedule.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeTimeSlotRecurrenceResponse |
SyntheticsDowntimeTimeSlotRecurrenceResponse.addWeekdaysItem(SyntheticsDowntimeWeekday weekdaysItem) |
SyntheticsDowntimeTimeSlotRecurrenceRequest |
SyntheticsDowntimeTimeSlotRecurrenceRequest.addWeekdaysItem(SyntheticsDowntimeWeekday weekdaysItem) |
void |
SyntheticsDowntimeWeekday.SyntheticsDowntimeWeekdaySerializer.serialize(SyntheticsDowntimeWeekday value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsDowntimeTimeSlotRecurrenceResponse.setWeekdays(List<SyntheticsDowntimeWeekday> weekdays) |
void |
SyntheticsDowntimeTimeSlotRecurrenceRequest.setWeekdays(List<SyntheticsDowntimeWeekday> weekdays) |
SyntheticsDowntimeTimeSlotRecurrenceResponse |
SyntheticsDowntimeTimeSlotRecurrenceResponse.weekdays(List<SyntheticsDowntimeWeekday> weekdays) |
SyntheticsDowntimeTimeSlotRecurrenceRequest |
SyntheticsDowntimeTimeSlotRecurrenceRequest.weekdays(List<SyntheticsDowntimeWeekday> weekdays) |
| Constructor and Description |
|---|
SyntheticsDowntimeTimeSlotRecurrenceResponse(SyntheticsDowntimeFrequency frequency,
Long interval,
List<SyntheticsDowntimeWeekday> weekdays) |
SyntheticsDowntimeWeekdaySerializer(Class<SyntheticsDowntimeWeekday> t) |
Copyright © 2026. All rights reserved.