| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static BlueprintDataType |
BlueprintDataType.BLUEPRINT |
| Modifier and Type | Method and Description |
|---|---|
static BlueprintDataType |
BlueprintDataType.fromValue(String value) |
BlueprintDataType |
BlueprintMetadataData.getType()
The resource type for a blueprint.
|
BlueprintDataType |
BlueprintData.getType()
The resource type for a blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlueprintDataType.BlueprintDataTypeSerializer.serialize(BlueprintDataType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
BlueprintMetadataData.setType(BlueprintDataType type) |
void |
BlueprintData.setType(BlueprintDataType type) |
BlueprintMetadataData |
BlueprintMetadataData.type(BlueprintDataType type) |
BlueprintData |
BlueprintData.type(BlueprintDataType type) |
| Constructor and Description |
|---|
BlueprintData(BlueprintAttributes attributes,
UUID id,
BlueprintDataType type) |
BlueprintMetadataData(BlueprintMetadataAttributes attributes,
UUID id,
BlueprintDataType type) |
| Constructor and Description |
|---|
BlueprintDataTypeSerializer(Class<BlueprintDataType> t) |
Copyright © 2026. All rights reserved.