| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ReportScheduleAuthorType |
ReportScheduleAuthorType.USERS |
| Modifier and Type | Method and Description |
|---|---|
static ReportScheduleAuthorType |
ReportScheduleAuthorType.fromValue(String value) |
ReportScheduleAuthorType |
ReportScheduleAuthorRelationshipData.getType()
JSON:API resource type for the included report author.
|
ReportScheduleAuthorType |
ReportScheduleAuthor.getType()
JSON:API resource type for the included report author.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportScheduleAuthorType.ReportScheduleAuthorTypeSerializer.serialize(ReportScheduleAuthorType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ReportScheduleAuthorRelationshipData.setType(ReportScheduleAuthorType type) |
void |
ReportScheduleAuthor.setType(ReportScheduleAuthorType type) |
ReportScheduleAuthorRelationshipData |
ReportScheduleAuthorRelationshipData.type(ReportScheduleAuthorType type) |
ReportScheduleAuthor |
ReportScheduleAuthor.type(ReportScheduleAuthorType type) |
| Constructor and Description |
|---|
ReportScheduleAuthor(ReportScheduleAuthorAttributes attributes,
String id,
ReportScheduleAuthorType type) |
ReportScheduleAuthorRelationshipData(String id,
ReportScheduleAuthorType type) |
| Constructor and Description |
|---|
ReportScheduleAuthorTypeSerializer(Class<ReportScheduleAuthorType> t) |
Copyright © 2026. All rights reserved.