| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
APIKeyResponseIncludedItem |
APIKeyResponseIncludedItem.APIKeyResponseIncludedItemDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
APIKeyResponseIncludedItem |
APIKeyResponseIncludedItem.APIKeyResponseIncludedItemDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
List<APIKeyResponseIncludedItem> |
APIKeyResponse.getIncluded()
Array of objects related to the API key.
|
List<APIKeyResponseIncludedItem> |
APIKeysResponse.getIncluded()
Array of objects related to the API key.
|
| Modifier and Type | Method and Description |
|---|---|
APIKeyResponse |
APIKeyResponse.addIncludedItem(APIKeyResponseIncludedItem includedItem) |
APIKeysResponse |
APIKeysResponse.addIncludedItem(APIKeyResponseIncludedItem includedItem) |
void |
APIKeyResponseIncludedItem.APIKeyResponseIncludedItemSerializer.serialize(APIKeyResponseIncludedItem value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
APIKeyResponse |
APIKeyResponse.included(List<APIKeyResponseIncludedItem> included) |
APIKeysResponse |
APIKeysResponse.included(List<APIKeyResponseIncludedItem> included) |
void |
APIKeyResponse.setIncluded(List<APIKeyResponseIncludedItem> included) |
void |
APIKeysResponse.setIncluded(List<APIKeyResponseIncludedItem> included) |
| Constructor and Description |
|---|
APIKeyResponseIncludedItemSerializer(Class<APIKeyResponseIncludedItem> t) |
Copyright © 2024. All rights reserved.