| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OrgConfigType |
OrgConfigType.ORG_CONFIGS |
| Modifier and Type | Method and Description |
|---|---|
static OrgConfigType |
OrgConfigType.fromValue(String value) |
OrgConfigType |
OrgConfigRead.getType()
Data type of an Org Config.
|
OrgConfigType |
OrgConfigWrite.getType()
Data type of an Org Config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrgConfigType.OrgConfigTypeSerializer.serialize(OrgConfigType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OrgConfigRead.setType(OrgConfigType type) |
void |
OrgConfigWrite.setType(OrgConfigType type) |
OrgConfigRead |
OrgConfigRead.type(OrgConfigType type) |
OrgConfigWrite |
OrgConfigWrite.type(OrgConfigType type) |
| Constructor and Description |
|---|
OrgConfigRead(OrgConfigReadAttributes attributes,
String id,
OrgConfigType type) |
OrgConfigWrite(OrgConfigWriteAttributes attributes,
OrgConfigType type) |
| Constructor and Description |
|---|
OrgConfigTypeSerializer(Class<OrgConfigType> t) |
Copyright © 2024. All rights reserved.