| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static EntityV3APIVersion |
EntityV3APIVersion.V2 |
static EntityV3APIVersion |
EntityV3APIVersion.V2_1 |
static EntityV3APIVersion |
EntityV3APIVersion.V2_2 |
static EntityV3APIVersion |
EntityV3APIVersion.V3 |
| Modifier and Type | Method and Description |
|---|---|
static EntityV3APIVersion |
EntityV3APIVersion.fromValue(String value) |
EntityV3APIVersion |
EntityV3System.getApiVersion()
The version of the schema data that was used to populate this entity's data.
|
EntityV3APIVersion |
EntityV3Service.getApiVersion()
The version of the schema data that was used to populate this entity's data.
|
EntityV3APIVersion |
EntityV3Queue.getApiVersion()
The version of the schema data that was used to populate this entity's data.
|
EntityV3APIVersion |
EntityV3Datastore.getApiVersion()
The version of the schema data that was used to populate this entity's data.
|
EntityV3APIVersion |
EntityV3API.getApiVersion()
The version of the schema data that was used to populate this entity's data.
|
| Modifier and Type | Method and Description |
|---|---|
EntityV3System |
EntityV3System.apiVersion(EntityV3APIVersion apiVersion) |
EntityV3Service |
EntityV3Service.apiVersion(EntityV3APIVersion apiVersion) |
EntityV3Queue |
EntityV3Queue.apiVersion(EntityV3APIVersion apiVersion) |
EntityV3Datastore |
EntityV3Datastore.apiVersion(EntityV3APIVersion apiVersion) |
EntityV3API |
EntityV3API.apiVersion(EntityV3APIVersion apiVersion) |
void |
EntityV3APIVersion.EntityV3APIVersionSerializer.serialize(EntityV3APIVersion value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
EntityV3System.setApiVersion(EntityV3APIVersion apiVersion) |
void |
EntityV3Service.setApiVersion(EntityV3APIVersion apiVersion) |
void |
EntityV3Queue.setApiVersion(EntityV3APIVersion apiVersion) |
void |
EntityV3Datastore.setApiVersion(EntityV3APIVersion apiVersion) |
void |
EntityV3API.setApiVersion(EntityV3APIVersion apiVersion) |
| Constructor and Description |
|---|
EntityV3API(EntityV3APIVersion apiVersion,
EntityV3APIKind kind,
EntityV3Metadata metadata) |
EntityV3Datastore(EntityV3APIVersion apiVersion,
EntityV3DatastoreKind kind,
EntityV3Metadata metadata) |
EntityV3Queue(EntityV3APIVersion apiVersion,
EntityV3QueueKind kind,
EntityV3Metadata metadata) |
EntityV3Service(EntityV3APIVersion apiVersion,
EntityV3ServiceKind kind,
EntityV3Metadata metadata) |
EntityV3System(EntityV3APIVersion apiVersion,
EntityV3SystemKind kind,
EntityV3Metadata metadata) |
| Constructor and Description |
|---|
EntityV3APIVersionSerializer(Class<EntityV3APIVersion> t) |
Copyright © 2025. All rights reserved.