Uses of Class
com.mypurecloud.sdk.v2.model.GetAlertQuery
Packages that use GetAlertQuery
Package
Description
-
Uses of GetAlertQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetAlertQueryModifier and TypeMethodDescriptionAlertingApi.postAlertingAlertsQuery(GetAlertQuery body) 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 GetAlertQueryModifier and TypeMethodDescriptionAlertingApi.postAlertingAlertsQuery(ApiRequest<GetAlertQuery> request) Gets a paged list of alerts.AlertingApiAsync.postAlertingAlertsQueryAsync(ApiRequest<GetAlertQuery> request, AsyncApiCallback<ApiResponse<AlertListing>> callback) Gets a paged list of alerts. -
Uses of GetAlertQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetAlertQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type GetAlertQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type GetAlertQueryModifier and TypeMethodDescriptionvoidPostAlertingAlertsQueryRequest.setBody(GetAlertQuery body) PostAlertingAlertsQueryRequest.Builder.withBody(GetAlertQuery body) PostAlertingAlertsQueryRequest.withBody(GetAlertQuery body) -
Uses of GetAlertQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetAlertQueryModifier and TypeMethodDescriptionGetAlertQuery.alertStatus(GetAlertQuery.AlertStatusEnum alertStatus) The status of the alerts the query will return.GetAlertQuery.pageNumber(Integer pageNumber) The page number of the queried responseThe number of entities to return of the queried response.GetAlertQuery.queryType(GetAlertQuery.QueryTypeEnum queryType) The type of query being performed.GetAlertQuery.ruleType(GetAlertQuery.RuleTypeEnum ruleType) The rule type of the alerts the query will returnGetAlertQuery.sortBy(GetAlertQuery.SortByEnum sortBy) The field to sort responses by.GetAlertQuery.sortOrder(GetAlertQuery.SortOrderEnum sortOrder) The order in which response will be sorted.GetAlertQuery.viewedStatus(GetAlertQuery.ViewedStatusEnum viewedStatus) The view status of the alerts the query will return.