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