Uses of Class
com.mypurecloud.sdk.v2.model.AlertListing
Packages that use AlertListing
-
Uses of AlertListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AlertListingModifier and TypeMethodDescriptionAlertingApi.postAlertingAlertsQuery(PostAlertingAlertsQueryRequest request) Gets a paged list of alerts.AlertingApi.postAlertingAlertsQuery(GetAlertQuery body) Gets a paged list of alerts.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type AlertListingModifier and TypeMethodDescriptionAlertingApi.postAlertingAlertsQuery(ApiRequest<GetAlertQuery> request) Gets a paged list of alerts.AlertingApiAsync.postAlertingAlertsQueryAsync(PostAlertingAlertsQueryRequest request, AsyncApiCallback<AlertListing> callback) Gets a paged list of alerts.AlertingApiAsync.postAlertingAlertsQueryAsync(ApiRequest<GetAlertQuery> request, AsyncApiCallback<ApiResponse<AlertListing>> callback) Gets a paged list of alerts.AlertingApi.postAlertingAlertsQueryWithHttpInfo(GetAlertQuery body) Gets a paged list of alerts.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AlertListingModifier and TypeMethodDescriptionAlertingApiAsync.postAlertingAlertsQueryAsync(PostAlertingAlertsQueryRequest request, AsyncApiCallback<AlertListing> callback) Gets a paged list of alerts.AlertingApiAsync.postAlertingAlertsQueryAsync(ApiRequest<GetAlertQuery> request, AsyncApiCallback<ApiResponse<AlertListing>> callback) Gets a paged list of alerts. -
Uses of AlertListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlertListingModifier and TypeMethodDescriptionAlertListing.entities(List<CommonAlert> entities) AlertListing.pageNumber(Integer pageNumber) AlertListing.previousUri(String previousUri)