Uses of Class
com.mypurecloud.sdk.v2.model.AlertRequest
Packages that use AlertRequest
Package
Description
-
Uses of AlertRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AlertRequestModifier and TypeMethodDescriptionAlertingApi.patchAlertingAlert(String alertId, AlertRequest body) Allows an entity to mute/snooze an alert or update the unread status of the alert.AlertingApi.patchAlertingAlertWithHttpInfo(String alertId, AlertRequest body) Allows an entity to mute/snooze an alert or update the unread status of the alert.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AlertRequestModifier and TypeMethodDescriptionAlertingApi.patchAlertingAlert(ApiRequest<AlertRequest> request) Allows an entity to mute/snooze an alert or update the unread status of the alert.AlertingApiAsync.patchAlertingAlertAsync(ApiRequest<AlertRequest> request, AsyncApiCallback<ApiResponse<CommonAlert>> callback) Allows an entity to mute/snooze an alert or update the unread status of the alert. -
Uses of AlertRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AlertRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AlertRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AlertRequestModifier and TypeMethodDescriptionvoidPatchAlertingAlertRequest.setBody(AlertRequest body) PatchAlertingAlertRequest.Builder.withBody(AlertRequest body) PatchAlertingAlertRequest.withBody(AlertRequest body) -
Uses of AlertRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlertRequestModifier and TypeMethodDescriptionThe end date of the mute/snooze period.The start date of the mute/snooze period.AlertRequest.type(AlertRequest.TypeEnum type) The action being taken on the alert.AlertRequest.unread(UnreadFields unread) The fields need for an unread update requestsAlertRequest.validRequest(Boolean validRequest)