| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static AuthNMappingsType |
AuthNMappingsType.AUTHN_MAPPINGS |
| Modifier and Type | Method and Description |
|---|---|
static AuthNMappingsType |
AuthNMappingsType.fromValue(String value) |
AuthNMappingsType |
AuthNMappingCreateData.getType()
AuthN Mappings resource type.
|
AuthNMappingsType |
AuthNMappingUpdateData.getType()
AuthN Mappings resource type.
|
AuthNMappingsType |
AuthNMapping.getType()
AuthN Mappings resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthNMappingsType.AuthNMappingsTypeSerializer.serialize(AuthNMappingsType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
AuthNMappingCreateData.setType(AuthNMappingsType type) |
void |
AuthNMappingUpdateData.setType(AuthNMappingsType type) |
void |
AuthNMapping.setType(AuthNMappingsType type) |
AuthNMappingCreateData |
AuthNMappingCreateData.type(AuthNMappingsType type) |
AuthNMappingUpdateData |
AuthNMappingUpdateData.type(AuthNMappingsType type) |
AuthNMapping |
AuthNMapping.type(AuthNMappingsType type) |
| Constructor and Description |
|---|
AuthNMapping(String id,
AuthNMappingsType type) |
AuthNMappingCreateData(AuthNMappingsType type) |
AuthNMappingUpdateData(String id,
AuthNMappingsType type) |
| Constructor and Description |
|---|
AuthNMappingsTypeSerializer(Class<AuthNMappingsType> t) |
Copyright © 2024. All rights reserved.