| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentTypeSlugSource |
IncidentTypeSlugSource.DEFAULT |
static IncidentTypeSlugSource |
IncidentTypeSlugSource.SERVICENOW |
| Modifier and Type | Method and Description |
|---|---|
static IncidentTypeSlugSource |
IncidentTypeSlugSource.fromValue(String value) |
IncidentTypeSlugSource |
IncidentTypeConfiguration.getSlugSource()
When set to
servicenow, incidents will display the ServiceNow record ID instead of
the public ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentTypeSlugSource.IncidentTypeSlugSourceSerializer.serialize(IncidentTypeSlugSource value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentTypeConfiguration.setSlugSource(IncidentTypeSlugSource slugSource) |
IncidentTypeConfiguration |
IncidentTypeConfiguration.slugSource(IncidentTypeSlugSource slugSource) |
| Constructor and Description |
|---|
IncidentTypeSlugSourceSerializer(Class<IncidentTypeSlugSource> t) |
Copyright © 2026. All rights reserved.