| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DowntimeRecurrence |
DowntimeRecurrence.addWeekDaysItem(String weekDaysItem) |
DowntimeRecurrence |
Downtime.getRecurrence()
An object defining the recurrence of the downtime.
|
DowntimeRecurrence |
DowntimeChild.getRecurrence()
An object defining the recurrence of the downtime.
|
DowntimeRecurrence |
DowntimeRecurrence.period(Integer period) |
DowntimeRecurrence |
DowntimeRecurrence.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DowntimeRecurrence |
DowntimeRecurrence.rrule(String rrule) |
DowntimeRecurrence |
DowntimeRecurrence.type(String type) |
DowntimeRecurrence |
DowntimeRecurrence.untilDate(Long untilDate) |
DowntimeRecurrence |
DowntimeRecurrence.untilOccurrences(Integer untilOccurrences) |
DowntimeRecurrence |
DowntimeRecurrence.weekDays(List<String> weekDays) |
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<DowntimeRecurrence> |
Downtime.getRecurrence_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<DowntimeRecurrence> |
DowntimeChild.getRecurrence_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
Downtime |
Downtime.recurrence(DowntimeRecurrence recurrence) |
DowntimeChild |
DowntimeChild.recurrence(DowntimeRecurrence recurrence) |
void |
Downtime.setRecurrence(DowntimeRecurrence recurrence) |
void |
DowntimeChild.setRecurrence(DowntimeRecurrence recurrence) |
| Modifier and Type | Method and Description |
|---|---|
void |
Downtime.setRecurrence_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DowntimeRecurrence> recurrence) |
void |
DowntimeChild.setRecurrence_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DowntimeRecurrence> recurrence) |
Copyright © 2024. All rights reserved.