| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ReportScheduleType |
ReportScheduleType.SCHEDULE |
| Modifier and Type | Method and Description |
|---|---|
static ReportScheduleType |
ReportScheduleType.fromValue(String value) |
ReportScheduleType |
ReportScheduleResponseData.getType()
JSON:API resource type for report schedules.
|
ReportScheduleType |
ReportSchedulePatchRequestData.getType()
JSON:API resource type for report schedules.
|
ReportScheduleType |
ReportScheduleCreateRequestData.getType()
JSON:API resource type for report schedules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportScheduleType.ReportScheduleTypeSerializer.serialize(ReportScheduleType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ReportScheduleResponseData.setType(ReportScheduleType type) |
void |
ReportSchedulePatchRequestData.setType(ReportScheduleType type) |
void |
ReportScheduleCreateRequestData.setType(ReportScheduleType type) |
ReportScheduleResponseData |
ReportScheduleResponseData.type(ReportScheduleType type) |
ReportSchedulePatchRequestData |
ReportSchedulePatchRequestData.type(ReportScheduleType type) |
ReportScheduleCreateRequestData |
ReportScheduleCreateRequestData.type(ReportScheduleType type) |
| Constructor and Description |
|---|
ReportScheduleCreateRequestData(ReportScheduleCreateRequestAttributes attributes,
ReportScheduleType type) |
ReportSchedulePatchRequestData(ReportSchedulePatchRequestAttributes attributes,
ReportScheduleType type) |
ReportScheduleResponseData(ReportScheduleResponseAttributes attributes,
String id,
ReportScheduleResponseRelationships relationships,
ReportScheduleType type) |
| Constructor and Description |
|---|
ReportScheduleTypeSerializer(Class<ReportScheduleType> t) |
Copyright © 2026. All rights reserved.