| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static FastlyAccountType |
FastlyAccountType.FASTLY_ACCOUNTS |
| Modifier and Type | Method and Description |
|---|---|
static FastlyAccountType |
FastlyAccountType.fromValue(String value) |
FastlyAccountType |
FastlyAccountUpdateRequestData.getType()
The JSON:API type for this API.
|
FastlyAccountType |
FastlyAccountCreateRequestData.getType()
The JSON:API type for this API.
|
FastlyAccountType |
FastlyAccountResponseData.getType()
The JSON:API type for this API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastlyAccountType.FastlyAccountTypeSerializer.serialize(FastlyAccountType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
FastlyAccountUpdateRequestData.setType(FastlyAccountType type) |
void |
FastlyAccountCreateRequestData.setType(FastlyAccountType type) |
void |
FastlyAccountResponseData.setType(FastlyAccountType type) |
FastlyAccountUpdateRequestData |
FastlyAccountUpdateRequestData.type(FastlyAccountType type) |
FastlyAccountCreateRequestData |
FastlyAccountCreateRequestData.type(FastlyAccountType type) |
FastlyAccountResponseData |
FastlyAccountResponseData.type(FastlyAccountType type) |
| Constructor and Description |
|---|
FastlyAccountCreateRequestData(FastlyAccountCreateRequestAttributes attributes,
FastlyAccountType type) |
FastlyAccountResponseData(FastlyAccounResponseAttributes attributes,
String id,
FastlyAccountType type) |
| Constructor and Description |
|---|
FastlyAccountTypeSerializer(Class<FastlyAccountType> t) |
Copyright © 2024. All rights reserved.