Uses of Class
com.mypurecloud.sdk.v2.api.request.PostBusinessrulesDecisiontableVersionCopyRequest
Packages that use PostBusinessrulesDecisiontableVersionCopyRequest
-
Uses of PostBusinessrulesDecisiontableVersionCopyRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostBusinessrulesDecisiontableVersionCopyRequestModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableVersionCopy(PostBusinessrulesDecisiontableVersionCopyRequest request) Copy a decision table versionBusinessRulesApiAsync.postBusinessrulesDecisiontableVersionCopyAsync(PostBusinessrulesDecisiontableVersionCopyRequest request, AsyncApiCallback<DecisionTableVersion> callback) Copy a decision table version -
Uses of PostBusinessrulesDecisiontableVersionCopyRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostBusinessrulesDecisiontableVersionCopyRequestModifier and TypeMethodDescriptionPostBusinessrulesDecisiontableVersionCopyRequest.Builder.build()PostBusinessrulesDecisiontableVersionCopyRequest.withBody(CopyDecisionTableRequest body) PostBusinessrulesDecisiontableVersionCopyRequest.withCustomHeader(String name, String value) PostBusinessrulesDecisiontableVersionCopyRequest.withTableId(String tableId) PostBusinessrulesDecisiontableVersionCopyRequest.withTableVersion(Integer tableVersion)