Uses of Class
com.mypurecloud.sdk.v2.model.ModifiableRuleProperties
Packages that use ModifiableRuleProperties
Package
Description
-
Uses of ModifiableRuleProperties in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ModifiableRulePropertiesModifier and TypeMethodDescriptionAlertingApi.putAlertingRule(String ruleId, ModifiableRuleProperties body) Update a ruleAlertingApi.putAlertingRuleWithHttpInfo(String ruleId, ModifiableRuleProperties body) Update a ruleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ModifiableRulePropertiesModifier and TypeMethodDescriptionAlertingApi.putAlertingRule(ApiRequest<ModifiableRuleProperties> request) Update a ruleAlertingApiAsync.putAlertingRuleAsync(ApiRequest<ModifiableRuleProperties> request, AsyncApiCallback<ApiResponse<CommonRule>> callback) Update a rule -
Uses of ModifiableRuleProperties in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ModifiableRulePropertiesMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ModifiableRulePropertiesMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ModifiableRulePropertiesModifier and TypeMethodDescriptionPutAlertingRuleRequest.builder(String ruleId, ModifiableRuleProperties body) voidPutAlertingRuleRequest.setBody(ModifiableRuleProperties body) PutAlertingRuleRequest.Builder.withBody(ModifiableRuleProperties body) PutAlertingRuleRequest.withBody(ModifiableRuleProperties body) PutAlertingRuleRequest.Builder.withRequiredParams(String ruleId, ModifiableRuleProperties body) -
Uses of ModifiableRuleProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ModifiableRulePropertiesModifier and TypeMethodDescriptionModifiableRuleProperties.conditions(CommonRuleConditions conditions) The set of metric conditions that would trigger an alert.ModifiableRuleProperties.description(String description) The description of the rule.Indicates if the rule is enabled.CommonRuleBulkUpdateNotificationsRequest.getProperties()Name of the ruleModifiableRuleProperties.notifications(List<AlertNotification> notifications) The alert notification types to trigger when alarm state changes as well as the users they will be sent to.ModifiableRuleProperties.sendExitingAlarmNotifications(Boolean sendExitingAlarmNotifications) Indicates if the alert will send a notification when it is closed.ModifiableRuleProperties.waitBetweenNotificationMs(Long waitBetweenNotificationMs) The amount of time in milliseconds to wait between notification.Methods in com.mypurecloud.sdk.v2.model with parameters of type ModifiableRulePropertiesModifier and TypeMethodDescriptionCommonRuleBulkUpdateNotificationsRequest.properties(ModifiableRuleProperties properties) The rule properties to be updatedvoidCommonRuleBulkUpdateNotificationsRequest.setProperties(ModifiableRuleProperties properties)