| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static CalendarIntervalType |
CalendarIntervalType.DAY |
static CalendarIntervalType |
CalendarIntervalType.HOUR |
static CalendarIntervalType |
CalendarIntervalType.MINUTE |
static CalendarIntervalType |
CalendarIntervalType.MONTH |
static CalendarIntervalType |
CalendarIntervalType.QUARTER |
static CalendarIntervalType |
CalendarIntervalType.WEEK |
static CalendarIntervalType |
CalendarIntervalType.YEAR |
| Modifier and Type | Method and Description |
|---|---|
static CalendarIntervalType |
CalendarIntervalType.fromValue(String value) |
CalendarIntervalType |
CalendarInterval.getType()
Type of calendar interval.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CalendarIntervalType.CalendarIntervalTypeSerializer.serialize(CalendarIntervalType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CalendarInterval.setType(CalendarIntervalType type) |
CalendarInterval |
CalendarInterval.type(CalendarIntervalType type) |
| Constructor and Description |
|---|
CalendarInterval(CalendarIntervalType type) |
| Constructor and Description |
|---|
CalendarIntervalTypeSerializer(Class<CalendarIntervalType> t) |
Copyright © 2026. All rights reserved.