| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static EntityV3QueueKind |
EntityV3QueueKind.QUEUE |
| Modifier and Type | Method and Description |
|---|---|
static EntityV3QueueKind |
EntityV3QueueKind.fromValue(String value) |
EntityV3QueueKind |
EntityV3Queue.getKind()
The definition of Entity V3 Queue Kind object.
|
| Modifier and Type | Method and Description |
|---|---|
EntityV3Queue |
EntityV3Queue.kind(EntityV3QueueKind kind) |
void |
EntityV3QueueKind.EntityV3QueueKindSerializer.serialize(EntityV3QueueKind value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
EntityV3Queue.setKind(EntityV3QueueKind kind) |
| Constructor and Description |
|---|
EntityV3Queue(EntityV3APIVersion apiVersion,
EntityV3QueueKind kind,
EntityV3Metadata metadata) |
| Constructor and Description |
|---|
EntityV3QueueKindSerializer(Class<EntityV3QueueKind> t) |
Copyright © 2025. All rights reserved.