| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static CustomDestinationType |
CustomDestinationType.CUSTOM_DESTINATION |
| Modifier and Type | Method and Description |
|---|---|
static CustomDestinationType |
CustomDestinationType.fromValue(String value) |
CustomDestinationType |
CustomDestinationResponseDefinition.getType()
The type of the resource.
|
CustomDestinationType |
CustomDestinationUpdateRequestDefinition.getType()
The type of the resource.
|
CustomDestinationType |
CustomDestinationCreateRequestDefinition.getType()
The type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomDestinationType.CustomDestinationTypeSerializer.serialize(CustomDestinationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
CustomDestinationResponseDefinition.setType(CustomDestinationType type) |
void |
CustomDestinationUpdateRequestDefinition.setType(CustomDestinationType type) |
void |
CustomDestinationCreateRequestDefinition.setType(CustomDestinationType type) |
CustomDestinationResponseDefinition |
CustomDestinationResponseDefinition.type(CustomDestinationType type) |
CustomDestinationUpdateRequestDefinition |
CustomDestinationUpdateRequestDefinition.type(CustomDestinationType type) |
CustomDestinationCreateRequestDefinition |
CustomDestinationCreateRequestDefinition.type(CustomDestinationType type) |
| Constructor and Description |
|---|
CustomDestinationCreateRequestDefinition(CustomDestinationCreateRequestAttributes attributes,
CustomDestinationType type) |
CustomDestinationUpdateRequestDefinition(String id,
CustomDestinationType type) |
| Constructor and Description |
|---|
CustomDestinationTypeSerializer(Class<CustomDestinationType> t) |
Copyright © 2024. All rights reserved.