| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ServiceNowTemplateType |
ServiceNowTemplateType.SERVICENOW_TEMPLATES |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNowTemplateType |
ServiceNowTemplateType.fromValue(String value) |
ServiceNowTemplateType |
ServiceNowTemplateUpdateRequestData.getType()
Type identifier for ServiceNow template resources
|
ServiceNowTemplateType |
ServiceNowTemplateData.getType()
Type identifier for ServiceNow template resources
|
ServiceNowTemplateType |
ServiceNowTemplateCreateRequestData.getType()
Type identifier for ServiceNow template resources
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNowTemplateType.ServiceNowTemplateTypeSerializer.serialize(ServiceNowTemplateType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ServiceNowTemplateUpdateRequestData.setType(ServiceNowTemplateType type) |
void |
ServiceNowTemplateData.setType(ServiceNowTemplateType type) |
void |
ServiceNowTemplateCreateRequestData.setType(ServiceNowTemplateType type) |
ServiceNowTemplateUpdateRequestData |
ServiceNowTemplateUpdateRequestData.type(ServiceNowTemplateType type) |
ServiceNowTemplateData |
ServiceNowTemplateData.type(ServiceNowTemplateType type) |
ServiceNowTemplateCreateRequestData |
ServiceNowTemplateCreateRequestData.type(ServiceNowTemplateType type) |
| Constructor and Description |
|---|
ServiceNowTemplateCreateRequestData(ServiceNowTemplateCreateRequestAttributes attributes,
ServiceNowTemplateType type) |
ServiceNowTemplateData(ServiceNowTemplateAttributes attributes,
UUID id,
ServiceNowTemplateType type) |
ServiceNowTemplateUpdateRequestData(ServiceNowTemplateUpdateRequestAttributes attributes,
ServiceNowTemplateType type) |
| Constructor and Description |
|---|
ServiceNowTemplateTypeSerializer(Class<ServiceNowTemplateType> t) |
Copyright © 2026. All rights reserved.