Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchAlertingAlertRequest
Packages that use PatchAlertingAlertRequest
-
Uses of PatchAlertingAlertRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchAlertingAlertRequestModifier and TypeMethodDescriptionAlertingApi.patchAlertingAlert(PatchAlertingAlertRequest request) Allows an entity to mute/snooze an alert or update the unread status of the alert.AlertingApiAsync.patchAlertingAlertAsync(PatchAlertingAlertRequest request, AsyncApiCallback<CommonAlert> callback) Allows an entity to mute/snooze an alert or update the unread status of the alert. -
Uses of PatchAlertingAlertRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchAlertingAlertRequestModifier and TypeMethodDescriptionPatchAlertingAlertRequest.Builder.build()PatchAlertingAlertRequest.withAlertId(String alertId) PatchAlertingAlertRequest.withBody(AlertRequest body) PatchAlertingAlertRequest.withCustomHeader(String name, String value)