CompletableFuture<IncidentNotificationTemplate> |
IncidentsApi.createIncidentNotificationTemplateAsync(CreateIncidentNotificationTemplateRequest body)
Create incident notification template.
|
ApiResponse<IncidentNotificationTemplate> |
IncidentsApi.createIncidentNotificationTemplateWithHttpInfo(CreateIncidentNotificationTemplateRequest body)
Creates a new notification template.
|
CompletableFuture<ApiResponse<IncidentNotificationTemplate>> |
IncidentsApi.createIncidentNotificationTemplateWithHttpInfoAsync(CreateIncidentNotificationTemplateRequest body)
Create incident notification template.
|
CompletableFuture<IncidentNotificationTemplate> |
IncidentsApi.getIncidentNotificationTemplateAsync(UUID id)
Get incident notification template.
|
CompletableFuture<IncidentNotificationTemplate> |
IncidentsApi.getIncidentNotificationTemplateAsync(UUID id,
IncidentsApi.GetIncidentNotificationTemplateOptionalParameters parameters)
Get incident notification template.
|
ApiResponse<IncidentNotificationTemplate> |
IncidentsApi.getIncidentNotificationTemplateWithHttpInfo(UUID id,
IncidentsApi.GetIncidentNotificationTemplateOptionalParameters parameters)
Retrieves a specific notification template by its ID.
|
CompletableFuture<ApiResponse<IncidentNotificationTemplate>> |
IncidentsApi.getIncidentNotificationTemplateWithHttpInfoAsync(UUID id,
IncidentsApi.GetIncidentNotificationTemplateOptionalParameters parameters)
Get incident notification template.
|
CompletableFuture<IncidentNotificationTemplate> |
IncidentsApi.updateIncidentNotificationTemplateAsync(UUID id,
PatchIncidentNotificationTemplateRequest body)
Update incident notification template.
|
CompletableFuture<IncidentNotificationTemplate> |
IncidentsApi.updateIncidentNotificationTemplateAsync(UUID id,
PatchIncidentNotificationTemplateRequest body,
IncidentsApi.UpdateIncidentNotificationTemplateOptionalParameters parameters)
Update incident notification template.
|
ApiResponse<IncidentNotificationTemplate> |
IncidentsApi.updateIncidentNotificationTemplateWithHttpInfo(UUID id,
PatchIncidentNotificationTemplateRequest body,
IncidentsApi.UpdateIncidentNotificationTemplateOptionalParameters parameters)
Updates an existing notification template's attributes.
|
CompletableFuture<ApiResponse<IncidentNotificationTemplate>> |
IncidentsApi.updateIncidentNotificationTemplateWithHttpInfoAsync(UUID id,
PatchIncidentNotificationTemplateRequest body,
IncidentsApi.UpdateIncidentNotificationTemplateOptionalParameters parameters)
Update incident notification template.
|