| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AllocationDataType |
AllocationDataType.ALLOCATIONS |
| Modifier and Type | Method and Description |
|---|---|
static AllocationDataType |
AllocationDataType.fromValue(String value) |
AllocationDataType |
AllocationDataResponse.getType()
The resource type.
|
AllocationDataType |
AllocationDataRequest.getType()
The resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationDataType.AllocationDataTypeSerializer.serialize(AllocationDataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AllocationDataResponse.setType(AllocationDataType type) |
void |
AllocationDataRequest.setType(AllocationDataType type) |
AllocationDataResponse |
AllocationDataResponse.type(AllocationDataType type) |
AllocationDataRequest |
AllocationDataRequest.type(AllocationDataType type) |
| Constructor and Description |
|---|
AllocationDataRequest(UpsertAllocationRequest attributes,
AllocationDataType type) |
AllocationDataResponse(Allocation attributes,
UUID id,
AllocationDataType type) |
| Constructor and Description |
|---|
AllocationDataTypeSerializer(Class<AllocationDataType> t) |
Copyright © 2026. All rights reserved.