Uses of Class
com.mypurecloud.sdk.v2.model.CommonRuleBulkUpdateNotificationsRequest
Packages that use CommonRuleBulkUpdateNotificationsRequest
Package
Description
-
Uses of CommonRuleBulkUpdateNotificationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CommonRuleBulkUpdateNotificationsRequestModifier and TypeMethodDescriptionAlertingApi.patchAlertingRulesBulk(CommonRuleBulkUpdateNotificationsRequest body) Bulk update of notification listsAlertingApi.patchAlertingRulesBulkWithHttpInfo(CommonRuleBulkUpdateNotificationsRequest body) Bulk update of notification listsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CommonRuleBulkUpdateNotificationsRequestModifier and TypeMethodDescriptionAlertingApi.patchAlertingRulesBulk(ApiRequest<CommonRuleBulkUpdateNotificationsRequest> request) Bulk update of notification listsAlertingApiAsync.patchAlertingRulesBulkAsync(ApiRequest<CommonRuleBulkUpdateNotificationsRequest> request, AsyncApiCallback<ApiResponse<BulkResponse>> callback) Bulk update of notification lists -
Uses of CommonRuleBulkUpdateNotificationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CommonRuleBulkUpdateNotificationsRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CommonRuleBulkUpdateNotificationsRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CommonRuleBulkUpdateNotificationsRequestModifier and TypeMethodDescriptionPatchAlertingRulesBulkRequest.builder(CommonRuleBulkUpdateNotificationsRequest body) voidPatchAlertingRulesBulkRequest.setBody(CommonRuleBulkUpdateNotificationsRequest body) PatchAlertingRulesBulkRequest.Builder.withBody(CommonRuleBulkUpdateNotificationsRequest body) PatchAlertingRulesBulkRequest.withBody(CommonRuleBulkUpdateNotificationsRequest body) PatchAlertingRulesBulkRequest.Builder.withRequiredParams(CommonRuleBulkUpdateNotificationsRequest body) -
Uses of CommonRuleBulkUpdateNotificationsRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommonRuleBulkUpdateNotificationsRequestModifier and TypeMethodDescriptionCommonRuleBulkUpdateNotificationsRequest.properties(ModifiableRuleProperties properties) The rule properties to be updatedThe user supplied rules ids to be updatedCommonRuleBulkUpdateNotificationsRequest.typesToAdd(List<CommonRuleBulkUpdateNotificationsRequest.TypesToAddEnum> typesToAdd) Collection of alerting notification types to add for all entities in the rulesCommonRuleBulkUpdateNotificationsRequest.typesToRemove(List<CommonRuleBulkUpdateNotificationsRequest.TypesToRemoveEnum> typesToRemove) Collection of alerting notification types to remove for all entities in the rules