Uses of Class
com.mypurecloud.sdk.v2.model.CommonRuleContainer
Packages that use CommonRuleContainer
-
Uses of CommonRuleContainer in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CommonRuleContainerModifier and TypeMethodDescriptionAlertingApi.postAlertingRulesQuery(PostAlertingRulesQueryRequest request) Get a paged list of rules.AlertingApi.postAlertingRulesQuery(GetRulesQuery body) Get a paged list of rules.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CommonRuleContainerModifier and TypeMethodDescriptionAlertingApi.postAlertingRulesQuery(ApiRequest<GetRulesQuery> request) Get a paged list of rules.AlertingApiAsync.postAlertingRulesQueryAsync(PostAlertingRulesQueryRequest request, AsyncApiCallback<CommonRuleContainer> callback) Get a paged list of rules.AlertingApiAsync.postAlertingRulesQueryAsync(ApiRequest<GetRulesQuery> request, AsyncApiCallback<ApiResponse<CommonRuleContainer>> callback) Get a paged list of rules.AlertingApi.postAlertingRulesQueryWithHttpInfo(GetRulesQuery body) Get a paged list of rules.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CommonRuleContainerModifier and TypeMethodDescriptionAlertingApiAsync.postAlertingRulesQueryAsync(PostAlertingRulesQueryRequest request, AsyncApiCallback<CommonRuleContainer> callback) Get a paged list of rules.AlertingApiAsync.postAlertingRulesQueryAsync(ApiRequest<GetRulesQuery> request, AsyncApiCallback<ApiResponse<CommonRuleContainer>> callback) Get a paged list of rules. -
Uses of CommonRuleContainer in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommonRuleContainerModifier and TypeMethodDescriptionCommonRuleContainer.entities(List<CommonRule> entities) CommonRuleContainer.pageNumber(Integer pageNumber) CommonRuleContainer.previousUri(String previousUri)