Uses of Class
com.mypurecloud.sdk.v2.model.CommonAlert
Packages that use CommonAlert
-
Uses of CommonAlert in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CommonAlertModifier and TypeMethodDescriptionAlertingApi.getAlertingAlert(GetAlertingAlertRequest request) Get an alertAlertingApi.getAlertingAlert(String alertId) Get an alertAlertingApi.patchAlertingAlert(PatchAlertingAlertRequest request) Allows an entity to mute/snooze an alert or update the unread status of the alert.AlertingApi.patchAlertingAlert(String alertId, AlertRequest body) Allows an entity to mute/snooze an alert or update the unread status of the alert.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CommonAlertModifier and TypeMethodDescriptionAlertingApi.getAlertingAlert(ApiRequest<Void> request) Get an alertAlertingApiAsync.getAlertingAlertAsync(GetAlertingAlertRequest request, AsyncApiCallback<CommonAlert> callback) Get an alertAlertingApiAsync.getAlertingAlertAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommonAlert>> callback) Get an alertAlertingApi.getAlertingAlertWithHttpInfo(String alertId) Get an alertAlertingApi.patchAlertingAlert(ApiRequest<AlertRequest> 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.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.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 CommonAlertModifier and TypeMethodDescriptionAlertingApiAsync.getAlertingAlertAsync(GetAlertingAlertRequest request, AsyncApiCallback<CommonAlert> callback) Get an alertAlertingApiAsync.getAlertingAlertAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommonAlert>> callback) Get an alertAlertingApiAsync.patchAlertingAlertAsync(PatchAlertingAlertRequest request, AsyncApiCallback<CommonAlert> callback) 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 CommonAlert in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommonAlertModifier and TypeMethodDescriptionIndicates if an alert is currently active.CommonAlert.alertSummary(AlertSummary alertSummary) Summary of the alert status of the entities defined in the conditions.CommonAlert.conditions(CommonRuleConditions conditions) The conditions that make up the rule.CommonAlert.conversationId(String conversationId) The id of the conversation instance that caused the alert to trigger.The timestamp of when the alert ended.CommonAlert.dateMutedUntil(Date dateMutedUntil) Timestamp of when the mute status of the alert should end.CommonAlert.dateSnoozedUntil(Date dateSnoozedUntil) Timestamp of when the snooze status of the alert should end.The timestamp of when the alert was created.Flag indicating if the alert is in a muted state.CommonAlert.notifications(List<AlertNotification> notifications) The collection of notification methods and the ids of users who were notified by those methods.CommonAlert.rule(AlertRuleProperties rule) The properties of the rule that triggered the alert.Flag indicating if the alert is in a snoozed state.Indicates if an alert has not been read.CommonAlert.user(UserReference user) The user who created the rule that triggered the alert.CommonAlert.waitBetweenNotificationMs(Long waitBetweenNotificationMs) The amount of time to wait between notification.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CommonAlertMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CommonAlertModifier and TypeMethodDescriptionAlertListing.entities(List<CommonAlert> entities) voidAlertListing.setEntities(List<CommonAlert> entities)