| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static UsageQuotaType |
UsageQuotaType.QUOTAS |
| Modifier and Type | Method and Description |
|---|---|
static UsageQuotaType |
UsageQuotaType.fromValue(String value) |
UsageQuotaType |
UsageQuotaUpdateData.getType()
The JSON:API resource type for a usage quota.
|
UsageQuotaType |
UsageQuotaResponseData.getType()
The JSON:API resource type for a usage quota.
|
UsageQuotaType |
UsageQuotaCreateData.getType()
The JSON:API resource type for a usage quota.
|
UsageQuotaType |
UsageQuotaBulkResultData.getType()
The JSON:API resource type for a usage quota.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageQuotaType.UsageQuotaTypeSerializer.serialize(UsageQuotaType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
UsageQuotaUpdateData.setType(UsageQuotaType type) |
void |
UsageQuotaResponseData.setType(UsageQuotaType type) |
void |
UsageQuotaCreateData.setType(UsageQuotaType type) |
void |
UsageQuotaBulkResultData.setType(UsageQuotaType type) |
UsageQuotaUpdateData |
UsageQuotaUpdateData.type(UsageQuotaType type) |
UsageQuotaResponseData |
UsageQuotaResponseData.type(UsageQuotaType type) |
UsageQuotaCreateData |
UsageQuotaCreateData.type(UsageQuotaType type) |
UsageQuotaBulkResultData |
UsageQuotaBulkResultData.type(UsageQuotaType type) |
| Constructor and Description |
|---|
UsageQuotaBulkResultData(UsageQuotaBulkResultAttributes attributes,
String id,
UsageQuotaType type) |
UsageQuotaCreateData(UsageQuotaCreateAttributes attributes,
UsageQuotaType type) |
UsageQuotaResponseData(UsageQuotaResponseAttributes attributes,
String id,
UsageQuotaType type) |
UsageQuotaUpdateData(UsageQuotaUpdateAttributes attributes,
String id,
UsageQuotaType type) |
| Constructor and Description |
|---|
UsageQuotaTypeSerializer(Class<UsageQuotaType> t) |
Copyright © 2026. All rights reserved.