| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OrgGroupType |
OrgGroupType.ORG_GROUPS |
| Modifier and Type | Method and Description |
|---|---|
static OrgGroupType |
OrgGroupType.fromValue(String value) |
OrgGroupType |
OrgGroupUpdateData.getType()
Org groups resource type.
|
OrgGroupType |
OrgGroupRelationshipToOneData.getType()
Org groups resource type.
|
OrgGroupType |
OrgGroupData.getType()
Org groups resource type.
|
OrgGroupType |
OrgGroupCreateData.getType()
Org groups resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrgGroupType.OrgGroupTypeSerializer.serialize(OrgGroupType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OrgGroupUpdateData.setType(OrgGroupType type) |
void |
OrgGroupRelationshipToOneData.setType(OrgGroupType type) |
void |
OrgGroupData.setType(OrgGroupType type) |
void |
OrgGroupCreateData.setType(OrgGroupType type) |
OrgGroupUpdateData |
OrgGroupUpdateData.type(OrgGroupType type) |
OrgGroupRelationshipToOneData |
OrgGroupRelationshipToOneData.type(OrgGroupType type) |
OrgGroupData |
OrgGroupData.type(OrgGroupType type) |
OrgGroupCreateData |
OrgGroupCreateData.type(OrgGroupType type) |
| Constructor and Description |
|---|
OrgGroupCreateData(OrgGroupCreateAttributes attributes,
OrgGroupType type) |
OrgGroupData(OrgGroupAttributes attributes,
UUID id,
OrgGroupType type) |
OrgGroupRelationshipToOneData(UUID id,
OrgGroupType type) |
OrgGroupUpdateData(OrgGroupUpdateAttributes attributes,
UUID id,
OrgGroupType type) |
| Constructor and Description |
|---|
OrgGroupTypeSerializer(Class<OrgGroupType> t) |
Copyright © 2026. All rights reserved.