Uses of Class
com.mypurecloud.sdk.v2.model.UpdateDecisionTableVersionRequest
Packages that use UpdateDecisionTableVersionRequest
Package
Description
-
Uses of UpdateDecisionTableVersionRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateDecisionTableVersionRequestModifier and TypeMethodDescriptionBusinessRulesApi.patchBusinessrulesDecisiontableVersion(String tableId, Integer tableVersion, UpdateDecisionTableVersionRequest body) Update a decision table versionBusinessRulesApi.patchBusinessrulesDecisiontableVersionWithHttpInfo(String tableId, Integer tableVersion, UpdateDecisionTableVersionRequest body) Update a decision table versionMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateDecisionTableVersionRequestModifier and TypeMethodDescriptionBusinessRulesApi.patchBusinessrulesDecisiontableVersion(ApiRequest<UpdateDecisionTableVersionRequest> request) Update a decision table versionBusinessRulesApiAsync.patchBusinessrulesDecisiontableVersionAsync(ApiRequest<UpdateDecisionTableVersionRequest> request, AsyncApiCallback<ApiResponse<DecisionTableVersion>> callback) Update a decision table version -
Uses of UpdateDecisionTableVersionRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateDecisionTableVersionRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateDecisionTableVersionRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateDecisionTableVersionRequestModifier and TypeMethodDescriptionPatchBusinessrulesDecisiontableVersionRequest.builder(String tableId, Integer tableVersion, UpdateDecisionTableVersionRequest body) voidPatchBusinessrulesDecisiontableVersionRequest.setBody(UpdateDecisionTableVersionRequest body) PatchBusinessrulesDecisiontableVersionRequest.Builder.withBody(UpdateDecisionTableVersionRequest body) PatchBusinessrulesDecisiontableVersionRequest.withBody(UpdateDecisionTableVersionRequest body) PatchBusinessrulesDecisiontableVersionRequest.Builder.withRequiredParams(String tableId, Integer tableVersion, UpdateDecisionTableVersionRequest body) -
Uses of UpdateDecisionTableVersionRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateDecisionTableVersionRequestModifier and TypeMethodDescriptionUpdateDecisionTableVersionRequest.rowIndexUpdate(UpdateRowIndexRequest rowIndexUpdate) An update to a decision table version row index, which moves the row to a new position in the table.