| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OrgAuthorizedClientType |
OrgAuthorizedClientType.ORG_AUTHORIZED_CLIENTS |
| Modifier and Type | Method and Description |
|---|---|
static OrgAuthorizedClientType |
OrgAuthorizedClientType.fromValue(String value) |
OrgAuthorizedClientType |
OrgAuthorizedClientUpdateData.getType()
The resource type for org authorized clients.
|
OrgAuthorizedClientType |
OrgAuthorizedClientData.getType()
The resource type for org authorized clients.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrgAuthorizedClientType.OrgAuthorizedClientTypeSerializer.serialize(OrgAuthorizedClientType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OrgAuthorizedClientUpdateData.setType(OrgAuthorizedClientType type) |
void |
OrgAuthorizedClientData.setType(OrgAuthorizedClientType type) |
OrgAuthorizedClientUpdateData |
OrgAuthorizedClientUpdateData.type(OrgAuthorizedClientType type) |
OrgAuthorizedClientData |
OrgAuthorizedClientData.type(OrgAuthorizedClientType type) |
| Constructor and Description |
|---|
OrgAuthorizedClientData(OrgAuthorizedClientAttributes attributes,
String id,
OrgAuthorizedClientRelationships relationships,
OrgAuthorizedClientType type) |
OrgAuthorizedClientUpdateData(String id,
OrgAuthorizedClientType type) |
| Constructor and Description |
|---|
OrgAuthorizedClientTypeSerializer(Class<OrgAuthorizedClientType> t) |
Copyright © 2026. All rights reserved.