| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OrgResourceType |
OrgResourceType.ORGS |
| Modifier and Type | Method and Description |
|---|---|
static OrgResourceType |
OrgResourceType.fromValue(String value) |
OrgResourceType |
OrgRelationshipData.getType()
The resource type for organizations.
|
OrgResourceType |
OrgData.getType()
The resource type for organizations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrgResourceType.OrgResourceTypeSerializer.serialize(OrgResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OrgRelationshipData.setType(OrgResourceType type) |
void |
OrgData.setType(OrgResourceType type) |
OrgRelationshipData |
OrgRelationshipData.type(OrgResourceType type) |
OrgData |
OrgData.type(OrgResourceType type) |
| Constructor and Description |
|---|
OrgData(OrgAttributes attributes,
UUID id,
OrgResourceType type) |
OrgRelationshipData(UUID id,
OrgResourceType type) |
| Constructor and Description |
|---|
OrgResourceTypeSerializer(Class<OrgResourceType> t) |
Copyright © 2026. All rights reserved.