| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TimeRestriction |
TimeRestriction.endDay(Weekday endDay) |
TimeRestriction |
TimeRestriction.endTime(String endTime) |
TimeRestriction |
TimeRestriction.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TimeRestriction |
TimeRestriction.startDay(Weekday startDay) |
TimeRestriction |
TimeRestriction.startTime(String startTime) |
| Modifier and Type | Method and Description |
|---|---|
List<TimeRestriction> |
TimeRestrictions.getRestrictions()
Defines the list of time-based restrictions.
|
List<TimeRestriction> |
ScheduleUpdateRequestDataAttributesLayersItems.getRestrictions()
Any time restrictions that define when this layer is active.
|
List<TimeRestriction> |
ScheduleCreateRequestDataAttributesLayersItems.getRestrictions()
Zero or more time-based restrictions (for example, only weekdays, during business hours).
|
List<TimeRestriction> |
LayerAttributes.getRestrictions()
An optional list of time restrictions for when this layer is in effect.
|
| Modifier and Type | Method and Description |
|---|---|
TimeRestrictions |
TimeRestrictions.addRestrictionsItem(TimeRestriction restrictionsItem) |
ScheduleUpdateRequestDataAttributesLayersItems |
ScheduleUpdateRequestDataAttributesLayersItems.addRestrictionsItem(TimeRestriction restrictionsItem) |
ScheduleCreateRequestDataAttributesLayersItems |
ScheduleCreateRequestDataAttributesLayersItems.addRestrictionsItem(TimeRestriction restrictionsItem) |
LayerAttributes |
LayerAttributes.addRestrictionsItem(TimeRestriction restrictionsItem) |
| Modifier and Type | Method and Description |
|---|---|
TimeRestrictions |
TimeRestrictions.restrictions(List<TimeRestriction> restrictions) |
ScheduleUpdateRequestDataAttributesLayersItems |
ScheduleUpdateRequestDataAttributesLayersItems.restrictions(List<TimeRestriction> restrictions) |
ScheduleCreateRequestDataAttributesLayersItems |
ScheduleCreateRequestDataAttributesLayersItems.restrictions(List<TimeRestriction> restrictions) |
LayerAttributes |
LayerAttributes.restrictions(List<TimeRestriction> restrictions) |
void |
TimeRestrictions.setRestrictions(List<TimeRestriction> restrictions) |
void |
ScheduleUpdateRequestDataAttributesLayersItems.setRestrictions(List<TimeRestriction> restrictions) |
void |
ScheduleCreateRequestDataAttributesLayersItems.setRestrictions(List<TimeRestriction> restrictions) |
void |
LayerAttributes.setRestrictions(List<TimeRestriction> restrictions) |
| Constructor and Description |
|---|
TimeRestrictions(List<TimeRestriction> restrictions,
String timeZone) |
Copyright © 2025. All rights reserved.