| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
LayerAttributesInterval |
LayerAttributesInterval.days(Integer days) |
LayerAttributesInterval |
ScheduleUpdateRequestDataAttributesLayersItems.getInterval()
Defines how often the rotation repeats, using a combination of days and optional seconds.
|
LayerAttributesInterval |
ScheduleCreateRequestDataAttributesLayersItems.getInterval()
Defines how often the rotation repeats, using a combination of days and optional seconds.
|
LayerAttributesInterval |
LayerAttributes.getInterval()
Defines how often the rotation repeats, using a combination of days and optional seconds.
|
LayerAttributesInterval |
LayerAttributesInterval.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LayerAttributesInterval |
LayerAttributesInterval.seconds(Long seconds) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleUpdateRequestDataAttributesLayersItems |
ScheduleUpdateRequestDataAttributesLayersItems.interval(LayerAttributesInterval interval) |
ScheduleCreateRequestDataAttributesLayersItems |
ScheduleCreateRequestDataAttributesLayersItems.interval(LayerAttributesInterval interval) |
LayerAttributes |
LayerAttributes.interval(LayerAttributesInterval interval) |
void |
ScheduleUpdateRequestDataAttributesLayersItems.setInterval(LayerAttributesInterval interval) |
void |
ScheduleCreateRequestDataAttributesLayersItems.setInterval(LayerAttributesInterval interval) |
void |
LayerAttributes.setInterval(LayerAttributesInterval interval) |
| Constructor and Description |
|---|
ScheduleCreateRequestDataAttributesLayersItems(OffsetDateTime effectiveDate,
LayerAttributesInterval interval,
List<ScheduleRequestDataAttributesLayersItemsMembersItems> members,
String name,
OffsetDateTime rotationStart) |
ScheduleUpdateRequestDataAttributesLayersItems(OffsetDateTime effectiveDate,
LayerAttributesInterval interval,
List<ScheduleRequestDataAttributesLayersItemsMembersItems> members,
String name,
OffsetDateTime rotationStart) |
Copyright © 2026. All rights reserved.