Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchBusinessrulesDecisiontableImportRequest
Packages that use PatchBusinessrulesDecisiontableImportRequest
-
Uses of PatchBusinessrulesDecisiontableImportRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchBusinessrulesDecisiontableImportRequestModifier and TypeMethodDescriptionBusinessRulesApi.patchBusinessrulesDecisiontableImport(PatchBusinessrulesDecisiontableImportRequest request) Update decision table row import jobBusinessRulesApiAsync.patchBusinessrulesDecisiontableImportAsync(PatchBusinessrulesDecisiontableImportRequest request, AsyncApiCallback<DecisionTableImportJob> callback) Update decision table row import job -
Uses of PatchBusinessrulesDecisiontableImportRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchBusinessrulesDecisiontableImportRequestModifier and TypeMethodDescriptionPatchBusinessrulesDecisiontableImportRequest.Builder.build()PatchBusinessrulesDecisiontableImportRequest.withBody(UpdateDecisionTableImportJobRequest body) PatchBusinessrulesDecisiontableImportRequest.withCustomHeader(String name, String value) PatchBusinessrulesDecisiontableImportRequest.withImportJobId(String importJobId) PatchBusinessrulesDecisiontableImportRequest.withTableId(String tableId)