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