Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchBusinessrulesDecisiontableVersionRequest
Packages that use PatchBusinessrulesDecisiontableVersionRequest
-
Uses of PatchBusinessrulesDecisiontableVersionRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchBusinessrulesDecisiontableVersionRequestModifier and TypeMethodDescriptionBusinessRulesApi.patchBusinessrulesDecisiontableVersion(PatchBusinessrulesDecisiontableVersionRequest request) Update a decision table versionBusinessRulesApiAsync.patchBusinessrulesDecisiontableVersionAsync(PatchBusinessrulesDecisiontableVersionRequest request, AsyncApiCallback<DecisionTableVersion> callback) Update a decision table version -
Uses of PatchBusinessrulesDecisiontableVersionRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchBusinessrulesDecisiontableVersionRequestModifier and TypeMethodDescriptionPatchBusinessrulesDecisiontableVersionRequest.Builder.build()PatchBusinessrulesDecisiontableVersionRequest.withBody(UpdateDecisionTableVersionRequest body) PatchBusinessrulesDecisiontableVersionRequest.withCustomHeader(String name, String value) PatchBusinessrulesDecisiontableVersionRequest.withTableId(String tableId) PatchBusinessrulesDecisiontableVersionRequest.withTableVersion(Integer tableVersion)