| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNowTemplateResponse |
ServiceNowIntegrationApi.updateServiceNowTemplate(UUID templateId,
ServiceNowTemplateUpdateRequest body)
Update ServiceNow template.
|
CompletableFuture<ServiceNowTemplateResponse> |
ServiceNowIntegrationApi.updateServiceNowTemplateAsync(UUID templateId,
ServiceNowTemplateUpdateRequest body)
Update ServiceNow template.
|
ApiResponse<ServiceNowTemplateResponse> |
ServiceNowIntegrationApi.updateServiceNowTemplateWithHttpInfo(UUID templateId,
ServiceNowTemplateUpdateRequest body)
Update a ServiceNow template by ID.
|
CompletableFuture<ApiResponse<ServiceNowTemplateResponse>> |
ServiceNowIntegrationApi.updateServiceNowTemplateWithHttpInfoAsync(UUID templateId,
ServiceNowTemplateUpdateRequest body)
Update ServiceNow template.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNowTemplateUpdateRequest |
ServiceNowTemplateUpdateRequest.data(ServiceNowTemplateUpdateRequestData data) |
ServiceNowTemplateUpdateRequest |
ServiceNowTemplateUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.