Uses of Class
com.mypurecloud.sdk.v2.model.BulkUpdateDecisionTableRowsResponse
Packages that use BulkUpdateDecisionTableRowsResponse
-
Uses of BulkUpdateDecisionTableRowsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BulkUpdateDecisionTableRowsResponseModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkUpdate(PostBusinessrulesDecisiontableVersionRowsBulkUpdateRequest request) Bulk update decision table rows Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division.BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkUpdate(String tableId, Integer tableVersion, BulkUpdateDecisionTableRowsRequest body) Bulk update decision table rows Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BulkUpdateDecisionTableRowsResponseModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkUpdate(ApiRequest<BulkUpdateDecisionTableRowsRequest> request) Bulk update decision table rows Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division.BusinessRulesApiAsync.postBusinessrulesDecisiontableVersionRowsBulkUpdateAsync(PostBusinessrulesDecisiontableVersionRowsBulkUpdateRequest request, AsyncApiCallback<BulkUpdateDecisionTableRowsResponse> callback) Bulk update decision table rows Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division.BusinessRulesApiAsync.postBusinessrulesDecisiontableVersionRowsBulkUpdateAsync(ApiRequest<BulkUpdateDecisionTableRowsRequest> request, AsyncApiCallback<ApiResponse<BulkUpdateDecisionTableRowsResponse>> callback) Bulk update decision table rows Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division.BusinessRulesApi.postBusinessrulesDecisiontableVersionRowsBulkUpdateWithHttpInfo(String tableId, Integer tableVersion, BulkUpdateDecisionTableRowsRequest body) Bulk update decision table rows Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BulkUpdateDecisionTableRowsResponseModifier and TypeMethodDescriptionBusinessRulesApiAsync.postBusinessrulesDecisiontableVersionRowsBulkUpdateAsync(PostBusinessrulesDecisiontableVersionRowsBulkUpdateRequest request, AsyncApiCallback<BulkUpdateDecisionTableRowsResponse> callback) Bulk update decision table rows Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division.BusinessRulesApiAsync.postBusinessrulesDecisiontableVersionRowsBulkUpdateAsync(ApiRequest<BulkUpdateDecisionTableRowsRequest> request, AsyncApiCallback<ApiResponse<BulkUpdateDecisionTableRowsResponse>> callback) Bulk update decision table rows Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queue's division. -
Uses of BulkUpdateDecisionTableRowsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BulkUpdateDecisionTableRowsResponseModifier and TypeMethodDescriptionBulkUpdateDecisionTableRowsResponse.rows(List<DecisionTableRow> rows) The list of updated decision table rowsBulkUpdateDecisionTableRowsResponse.totalUpdated(Integer totalUpdated) The total number of rows successfully updated