| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static PrintReportType |
PrintReportType.REPORT |
| Modifier and Type | Method and Description |
|---|---|
static PrintReportType |
PrintReportType.fromValue(String value) |
PrintReportType |
PrintReportResponseData.getType()
JSON:API resource type for a print-only report.
|
PrintReportType |
PrintReportRequestData.getType()
JSON:API resource type for a print-only report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintReportType.PrintReportTypeSerializer.serialize(PrintReportType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
PrintReportResponseData.setType(PrintReportType type) |
void |
PrintReportRequestData.setType(PrintReportType type) |
PrintReportResponseData |
PrintReportResponseData.type(PrintReportType type) |
PrintReportRequestData |
PrintReportRequestData.type(PrintReportType type) |
| Constructor and Description |
|---|
PrintReportRequestData(PrintReportRequestAttributes attributes,
PrintReportType type) |
PrintReportResponseData(PrintReportResponseAttributes attributes,
UUID id,
PrintReportType type) |
| Constructor and Description |
|---|
PrintReportTypeSerializer(Class<PrintReportType> t) |
Copyright © 2026. All rights reserved.