Uses of Class
com.mypurecloud.sdk.v2.api.request.PostBusinessrulesDecisiontableVersionSyncRequest
Packages that use PostBusinessrulesDecisiontableVersionSyncRequest
-
Uses of PostBusinessrulesDecisiontableVersionSyncRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostBusinessrulesDecisiontableVersionSyncRequestModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableVersionSync(PostBusinessrulesDecisiontableVersionSyncRequest request) Update the Business Rules Schema to the latest version for a given decision table versionBusinessRulesApiAsync.postBusinessrulesDecisiontableVersionSyncAsync(PostBusinessrulesDecisiontableVersionSyncRequest request, AsyncApiCallback<DecisionTableVersion> callback) Update the Business Rules Schema to the latest version for a given decision table version -
Uses of PostBusinessrulesDecisiontableVersionSyncRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostBusinessrulesDecisiontableVersionSyncRequestModifier and TypeMethodDescriptionPostBusinessrulesDecisiontableVersionSyncRequest.Builder.build()PostBusinessrulesDecisiontableVersionSyncRequest.withCustomHeader(String name, String value) PostBusinessrulesDecisiontableVersionSyncRequest.withTableId(String tableId) PostBusinessrulesDecisiontableVersionSyncRequest.withTableVersion(Integer tableVersion)