Uses of Class
com.mypurecloud.sdk.v2.model.AlertingUnreadStatus
Packages that use AlertingUnreadStatus
Package
Description
-
Uses of AlertingUnreadStatus in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AlertingUnreadStatusModifier and TypeMethodDescriptionAlertingApi.putAlertingAlert(PutAlertingAlertRequest request) Update an alert read statusAlertingApi.putAlertingAlert(String alertId, AlertingUnreadStatus body) Update an alert read statusMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AlertingUnreadStatusModifier and TypeMethodDescriptionAlertingApi.putAlertingAlert(ApiRequest<AlertingUnreadStatus> request) Update an alert read statusAlertingApiAsync.putAlertingAlertAsync(PutAlertingAlertRequest request, AsyncApiCallback<AlertingUnreadStatus> callback) Update an alert read statusAlertingApiAsync.putAlertingAlertAsync(ApiRequest<AlertingUnreadStatus> request, AsyncApiCallback<ApiResponse<AlertingUnreadStatus>> callback) Update an alert read statusAlertingApi.putAlertingAlertWithHttpInfo(String alertId, AlertingUnreadStatus body) Update an alert read statusMethods in com.mypurecloud.sdk.v2.api with parameters of type AlertingUnreadStatusModifier and TypeMethodDescriptionAlertingApi.putAlertingAlert(String alertId, AlertingUnreadStatus body) Update an alert read statusAlertingApi.putAlertingAlertWithHttpInfo(String alertId, AlertingUnreadStatus body) Update an alert read statusMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AlertingUnreadStatusModifier and TypeMethodDescriptionAlertingApi.putAlertingAlert(ApiRequest<AlertingUnreadStatus> request) Update an alert read statusAlertingApiAsync.putAlertingAlertAsync(PutAlertingAlertRequest request, AsyncApiCallback<AlertingUnreadStatus> callback) Update an alert read statusAlertingApiAsync.putAlertingAlertAsync(ApiRequest<AlertingUnreadStatus> request, AsyncApiCallback<ApiResponse<AlertingUnreadStatus>> callback) Update an alert read statusAlertingApiAsync.putAlertingAlertAsync(ApiRequest<AlertingUnreadStatus> request, AsyncApiCallback<ApiResponse<AlertingUnreadStatus>> callback) Update an alert read status -
Uses of AlertingUnreadStatus in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AlertingUnreadStatusMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AlertingUnreadStatusMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AlertingUnreadStatusModifier and TypeMethodDescriptionvoidPutAlertingAlertRequest.setBody(AlertingUnreadStatus body) PutAlertingAlertRequest.Builder.withBody(AlertingUnreadStatus body) PutAlertingAlertRequest.withBody(AlertingUnreadStatus body) -
Uses of AlertingUnreadStatus in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlertingUnreadStatusModifier and TypeMethodDescriptionTrue is alert is unread, false if it has not been.