| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ReportScheduleStatus |
ReportScheduleStatus.ACTIVE |
static ReportScheduleStatus |
ReportScheduleStatus.INACTIVE |
| Modifier and Type | Method and Description |
|---|---|
static ReportScheduleStatus |
ReportScheduleStatus.fromValue(String value) |
ReportScheduleStatus |
ReportScheduleResponseAttributes.getStatus()
Whether the schedule is currently delivering reports (
active) or paused (
inactive). |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportScheduleStatus.ReportScheduleStatusSerializer.serialize(ReportScheduleStatus value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ReportScheduleResponseAttributes.setStatus(ReportScheduleStatus status) |
ReportScheduleResponseAttributes |
ReportScheduleResponseAttributes.status(ReportScheduleStatus status) |
| Constructor and Description |
|---|
ReportScheduleResponseAttributes(String description,
Long nextRecurrence,
List<String> recipients,
String resourceId,
ReportScheduleResourceType resourceType,
String rrule,
ReportScheduleStatus status,
String tabId,
List<ReportScheduleTemplateVariable> templateVariables,
String timeframe,
String timezone,
String title) |
| Constructor and Description |
|---|
ReportScheduleStatusSerializer(Class<ReportScheduleStatus> t) |
Copyright © 2026. All rights reserved.