Uses of Class
com.mypurecloud.sdk.v2.model.PutDecisionTableRowRequest
Packages that use PutDecisionTableRowRequest
Package
Description
-
Uses of PutDecisionTableRowRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutDecisionTableRowRequestModifier and TypeMethodDescriptionBusinessRulesApi.putBusinessrulesDecisiontableVersionRow(String tableId, Integer tableVersion, String rowId, PutDecisionTableRowRequest body) Full update a decision table row 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.putBusinessrulesDecisiontableVersionRowWithHttpInfo(String tableId, Integer tableVersion, String rowId, PutDecisionTableRowRequest body) Full update a decision table row 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 PutDecisionTableRowRequestModifier and TypeMethodDescriptionBusinessRulesApi.putBusinessrulesDecisiontableVersionRow(ApiRequest<PutDecisionTableRowRequest> request) Full update a decision table row 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.putBusinessrulesDecisiontableVersionRowAsync(ApiRequest<PutDecisionTableRowRequest> request, AsyncApiCallback<ApiResponse<DecisionTableRow>> callback) Full update a decision table row 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 PutDecisionTableRowRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutDecisionTableRowRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PutDecisionTableRowRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PutDecisionTableRowRequestModifier and TypeMethodDescriptionPutBusinessrulesDecisiontableVersionRowRequest.builder(String tableId, Integer tableVersion, String rowId, PutDecisionTableRowRequest body) voidPutBusinessrulesDecisiontableVersionRowRequest.setBody(PutDecisionTableRowRequest body) PutBusinessrulesDecisiontableVersionRowRequest.Builder.withBody(PutDecisionTableRowRequest body) PutBusinessrulesDecisiontableVersionRowRequest.withBody(PutDecisionTableRowRequest body) PutBusinessrulesDecisiontableVersionRowRequest.Builder.withRequiredParams(String tableId, Integer tableVersion, String rowId, PutDecisionTableRowRequest body) -
Uses of PutDecisionTableRowRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PutDecisionTableRowRequestModifier and TypeMethodDescriptionPutDecisionTableRowRequest.inputs(Map<String, DecisionTableRowParameterValue> inputs) The full updated input values of the row.PutDecisionTableRowRequest.outputs(Map<String, DecisionTableRowParameterValue> outputs) The full updated output values of the row.