Uses of Class
com.mypurecloud.sdk.v2.model.CommonRule
Packages that use CommonRule
Package
Description
-
Uses of CommonRule in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CommonRuleModifier and TypeMethodDescriptionAlertingApi.getAlertingRule(GetAlertingRuleRequest request) Get a rule.AlertingApi.getAlertingRule(String ruleId) Get a rule.AlertingApi.postAlertingRules(PostAlertingRulesRequest request) Create a Rule.AlertingApi.postAlertingRules(CommonRule body) Create a Rule.AlertingApi.putAlertingRule(PutAlertingRuleRequest request) Update a ruleAlertingApi.putAlertingRule(String ruleId, ModifiableRuleProperties body) Update a ruleMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CommonRuleModifier and TypeMethodDescriptionAlertingApi.getAlertingRule(ApiRequest<Void> request) Get a rule.AlertingApiAsync.getAlertingRuleAsync(GetAlertingRuleRequest request, AsyncApiCallback<CommonRule> callback) Get a rule.AlertingApiAsync.getAlertingRuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommonRule>> callback) Get a rule.AlertingApi.getAlertingRuleWithHttpInfo(String ruleId) Get a rule.AlertingApi.postAlertingRules(ApiRequest<CommonRule> request) Create a Rule.AlertingApiAsync.postAlertingRulesAsync(PostAlertingRulesRequest request, AsyncApiCallback<CommonRule> callback) Create a Rule.AlertingApiAsync.postAlertingRulesAsync(ApiRequest<CommonRule> request, AsyncApiCallback<ApiResponse<CommonRule>> callback) Create a Rule.AlertingApi.postAlertingRulesWithHttpInfo(CommonRule body) Create a Rule.AlertingApi.putAlertingRule(ApiRequest<ModifiableRuleProperties> request) Update a ruleAlertingApiAsync.putAlertingRuleAsync(PutAlertingRuleRequest request, AsyncApiCallback<CommonRule> callback) Update a ruleAlertingApiAsync.putAlertingRuleAsync(ApiRequest<ModifiableRuleProperties> request, AsyncApiCallback<ApiResponse<CommonRule>> callback) Update a ruleAlertingApi.putAlertingRuleWithHttpInfo(String ruleId, ModifiableRuleProperties body) Update a ruleMethods in com.mypurecloud.sdk.v2.api with parameters of type CommonRuleModifier and TypeMethodDescriptionAlertingApi.postAlertingRules(CommonRule body) Create a Rule.AlertingApi.postAlertingRulesWithHttpInfo(CommonRule body) Create a Rule.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CommonRuleModifier and TypeMethodDescriptionAlertingApiAsync.getAlertingRuleAsync(GetAlertingRuleRequest request, AsyncApiCallback<CommonRule> callback) Get a rule.AlertingApiAsync.getAlertingRuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommonRule>> callback) Get a rule.AlertingApi.postAlertingRules(ApiRequest<CommonRule> request) Create a Rule.AlertingApiAsync.postAlertingRulesAsync(PostAlertingRulesRequest request, AsyncApiCallback<CommonRule> callback) Create a Rule.AlertingApiAsync.postAlertingRulesAsync(ApiRequest<CommonRule> request, AsyncApiCallback<ApiResponse<CommonRule>> callback) Create a Rule.AlertingApiAsync.postAlertingRulesAsync(ApiRequest<CommonRule> request, AsyncApiCallback<ApiResponse<CommonRule>> callback) Create a Rule.AlertingApiAsync.putAlertingRuleAsync(PutAlertingRuleRequest request, AsyncApiCallback<CommonRule> callback) Update a ruleAlertingApiAsync.putAlertingRuleAsync(ApiRequest<ModifiableRuleProperties> request, AsyncApiCallback<ApiResponse<CommonRule>> callback) Update a rule -
Uses of CommonRule in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CommonRuleMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CommonRuleMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CommonRuleModifier and TypeMethodDescriptionPostAlertingRulesRequest.builder(CommonRule body) voidPostAlertingRulesRequest.setBody(CommonRule body) PostAlertingRulesRequest.Builder.withBody(CommonRule body) PostAlertingRulesRequest.withBody(CommonRule body) PostAlertingRulesRequest.Builder.withRequiredParams(CommonRule body) -
Uses of CommonRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommonRuleModifier and TypeMethodDescriptionCommonRule.conditions(CommonRuleConditions conditions) The set of metric conditions that would trigger an alert.CommonRule.dateCreated(Date dateCreated) The creation date of the rule when the rule was created.CommonRule.dateLastModified(Date dateLastModified) The timestamp of the last update to the rule.CommonRule.description(String description) The description of the rule.Indicates if the rule is enabled.Indicates if the rule is in alarm state.Name of the ruleCommonRule.notifications(List<AlertNotification> notifications) The alert notification types to trigger when alarm state changes as well as the users they will be sent to.CommonRule.sendExitingAlarmNotifications(Boolean sendExitingAlarmNotifications) Indicates if the alert will send a notification when it is closed.CommonRule.type(CommonRule.TypeEnum type) The type of the rule.CommonRule.user(UserReference user) The entity that created the rule.The current version number of the rule.CommonRule.waitBetweenNotificationMs(Long waitBetweenNotificationMs) The amount of time in milliseconds to wait between notification.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CommonRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CommonRuleModifier and TypeMethodDescriptionCommonRuleContainer.entities(List<CommonRule> entities) voidCommonRuleContainer.setEntities(List<CommonRule> entities)