Uses of Class
com.mypurecloud.sdk.v2.model.CreateDecisionTableImportJobRequest
Packages that use CreateDecisionTableImportJobRequest
Package
Description
-
Uses of CreateDecisionTableImportJobRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateDecisionTableImportJobRequestModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableImports(String tableId, CreateDecisionTableImportJobRequest body) Create a decision table row import jobBusinessRulesApi.postBusinessrulesDecisiontableImportsWithHttpInfo(String tableId, CreateDecisionTableImportJobRequest body) Create a decision table row import jobMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateDecisionTableImportJobRequestModifier and TypeMethodDescriptionBusinessRulesApi.postBusinessrulesDecisiontableImports(ApiRequest<CreateDecisionTableImportJobRequest> request) Create a decision table row import jobBusinessRulesApiAsync.postBusinessrulesDecisiontableImportsAsync(ApiRequest<CreateDecisionTableImportJobRequest> request, AsyncApiCallback<ApiResponse<DecisionTableImportJob>> callback) Create a decision table row import job -
Uses of CreateDecisionTableImportJobRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateDecisionTableImportJobRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateDecisionTableImportJobRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateDecisionTableImportJobRequestModifier and TypeMethodDescriptionPostBusinessrulesDecisiontableImportsRequest.builder(String tableId, CreateDecisionTableImportJobRequest body) voidPostBusinessrulesDecisiontableImportsRequest.setBody(CreateDecisionTableImportJobRequest body) PostBusinessrulesDecisiontableImportsRequest.Builder.withBody(CreateDecisionTableImportJobRequest body) PostBusinessrulesDecisiontableImportsRequest.withBody(CreateDecisionTableImportJobRequest body) PostBusinessrulesDecisiontableImportsRequest.Builder.withRequiredParams(String tableId, CreateDecisionTableImportJobRequest body) -
Uses of CreateDecisionTableImportJobRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateDecisionTableImportJobRequestModifier and TypeMethodDescriptionName of the file to import.CreateDecisionTableImportJobRequest.importMode(CreateDecisionTableImportJobRequest.ImportModeEnum importMode) How imported rows are merged with existing rows