| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ServiceDefinitionV2Dot1LinkType |
ServiceDefinitionV2Dot1LinkType.DASHBOARD |
static ServiceDefinitionV2Dot1LinkType |
ServiceDefinitionV2Dot1LinkType.DOC |
static ServiceDefinitionV2Dot1LinkType |
ServiceDefinitionV2Dot1LinkType.OTHER |
static ServiceDefinitionV2Dot1LinkType |
ServiceDefinitionV2Dot1LinkType.REPO |
static ServiceDefinitionV2Dot1LinkType |
ServiceDefinitionV2Dot1LinkType.RUNBOOK |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDefinitionV2Dot1LinkType |
ServiceDefinitionV2Dot1LinkType.fromValue(String value) |
ServiceDefinitionV2Dot1LinkType |
ServiceDefinitionV2Dot1Link.getType()
Link type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDefinitionV2Dot1LinkType.ServiceDefinitionV2Dot1LinkTypeSerializer.serialize(ServiceDefinitionV2Dot1LinkType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ServiceDefinitionV2Dot1Link.setType(ServiceDefinitionV2Dot1LinkType type) |
ServiceDefinitionV2Dot1Link |
ServiceDefinitionV2Dot1Link.type(ServiceDefinitionV2Dot1LinkType type) |
| Constructor and Description |
|---|
ServiceDefinitionV2Dot1Link(String name,
ServiceDefinitionV2Dot1LinkType type,
String url) |
| Constructor and Description |
|---|
ServiceDefinitionV2Dot1LinkTypeSerializer(Class<ServiceDefinitionV2Dot1LinkType> t) |
Copyright © 2024. All rights reserved.