| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ConfluentAccountType |
ConfluentAccountType.CONFLUENT_CLOUD_ACCOUNTS |
| Modifier and Type | Method and Description |
|---|---|
static ConfluentAccountType |
ConfluentAccountType.fromValue(String value) |
ConfluentAccountType |
ConfluentAccountUpdateRequestData.getType()
The JSON:API type for this API.
|
ConfluentAccountType |
ConfluentAccountCreateRequestData.getType()
The JSON:API type for this API.
|
ConfluentAccountType |
ConfluentAccountResponseData.getType()
The JSON:API type for this API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluentAccountType.ConfluentAccountTypeSerializer.serialize(ConfluentAccountType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ConfluentAccountUpdateRequestData.setType(ConfluentAccountType type) |
void |
ConfluentAccountCreateRequestData.setType(ConfluentAccountType type) |
void |
ConfluentAccountResponseData.setType(ConfluentAccountType type) |
ConfluentAccountUpdateRequestData |
ConfluentAccountUpdateRequestData.type(ConfluentAccountType type) |
ConfluentAccountCreateRequestData |
ConfluentAccountCreateRequestData.type(ConfluentAccountType type) |
ConfluentAccountResponseData |
ConfluentAccountResponseData.type(ConfluentAccountType type) |
| Constructor and Description |
|---|
ConfluentAccountCreateRequestData(ConfluentAccountCreateRequestAttributes attributes,
ConfluentAccountType type) |
ConfluentAccountResponseData(ConfluentAccountResponseAttributes attributes,
String id,
ConfluentAccountType type) |
ConfluentAccountUpdateRequestData(ConfluentAccountUpdateRequestAttributes attributes,
ConfluentAccountType type) |
| Constructor and Description |
|---|
ConfluentAccountTypeSerializer(Class<ConfluentAccountType> t) |
Copyright © 2024. All rights reserved.