| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DomainAllowlistType |
DomainAllowlistType.DOMAIN_ALLOWLIST |
| Modifier and Type | Method and Description |
|---|---|
static DomainAllowlistType |
DomainAllowlistType.fromValue(String value) |
DomainAllowlistType |
DomainAllowlistResponseData.getType()
Email domain allowlist allowlist type.
|
DomainAllowlistType |
DomainAllowlist.getType()
Email domain allowlist allowlist type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainAllowlistType.DomainAllowlistTypeSerializer.serialize(DomainAllowlistType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DomainAllowlistResponseData.setType(DomainAllowlistType type) |
void |
DomainAllowlist.setType(DomainAllowlistType type) |
DomainAllowlistResponseData |
DomainAllowlistResponseData.type(DomainAllowlistType type) |
DomainAllowlist |
DomainAllowlist.type(DomainAllowlistType type) |
| Constructor and Description |
|---|
DomainAllowlist(DomainAllowlistType type) |
DomainAllowlistResponseData(DomainAllowlistType type) |
| Constructor and Description |
|---|
DomainAllowlistTypeSerializer(Class<DomainAllowlistType> t) |
Copyright © 2024. All rights reserved.