Uses of Class
com.mypurecloud.sdk.v2.model.DecisionTableImportJob
Packages that use DecisionTableImportJob
-
Uses of DecisionTableImportJob in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DecisionTableImportJobModifier and TypeMethodDescriptionBusinessRulesApi.getBusinessrulesDecisiontableImport(GetBusinessrulesDecisiontableImportRequest request) Get decision table row import jobBusinessRulesApi.getBusinessrulesDecisiontableImport(String tableId, String importJobId) Get decision table row import jobBusinessRulesApi.patchBusinessrulesDecisiontableImport(PatchBusinessrulesDecisiontableImportRequest request) Update decision table row import jobBusinessRulesApi.patchBusinessrulesDecisiontableImport(String tableId, String importJobId, UpdateDecisionTableImportJobRequest body) Update decision table row import jobBusinessRulesApi.postBusinessrulesDecisiontableImports(PostBusinessrulesDecisiontableImportsRequest request) Create a decision table row import jobBusinessRulesApi.postBusinessrulesDecisiontableImports(String tableId, CreateDecisionTableImportJobRequest body) Create a decision table row import jobMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type DecisionTableImportJobModifier and TypeMethodDescriptionBusinessRulesApi.getBusinessrulesDecisiontableImport(ApiRequest<Void> request) Get decision table row import jobBusinessRulesApiAsync.getBusinessrulesDecisiontableImportAsync(GetBusinessrulesDecisiontableImportRequest request, AsyncApiCallback<DecisionTableImportJob> callback) Get decision table row import jobBusinessRulesApiAsync.getBusinessrulesDecisiontableImportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DecisionTableImportJob>> callback) Get decision table row import jobBusinessRulesApi.getBusinessrulesDecisiontableImportWithHttpInfo(String tableId, String importJobId) Get decision table row import jobBusinessRulesApi.patchBusinessrulesDecisiontableImport(ApiRequest<UpdateDecisionTableImportJobRequest> request) Update decision table row import jobBusinessRulesApiAsync.patchBusinessrulesDecisiontableImportAsync(PatchBusinessrulesDecisiontableImportRequest request, AsyncApiCallback<DecisionTableImportJob> callback) Update decision table row import jobBusinessRulesApiAsync.patchBusinessrulesDecisiontableImportAsync(ApiRequest<UpdateDecisionTableImportJobRequest> request, AsyncApiCallback<ApiResponse<DecisionTableImportJob>> callback) Update decision table row import jobBusinessRulesApi.patchBusinessrulesDecisiontableImportWithHttpInfo(String tableId, String importJobId, UpdateDecisionTableImportJobRequest body) Update decision table row import jobBusinessRulesApi.postBusinessrulesDecisiontableImports(ApiRequest<CreateDecisionTableImportJobRequest> request) Create a decision table row import jobBusinessRulesApiAsync.postBusinessrulesDecisiontableImportsAsync(PostBusinessrulesDecisiontableImportsRequest request, AsyncApiCallback<DecisionTableImportJob> callback) Create a decision table row import jobBusinessRulesApiAsync.postBusinessrulesDecisiontableImportsAsync(ApiRequest<CreateDecisionTableImportJobRequest> request, AsyncApiCallback<ApiResponse<DecisionTableImportJob>> callback) 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 DecisionTableImportJobModifier and TypeMethodDescriptionBusinessRulesApiAsync.getBusinessrulesDecisiontableImportAsync(GetBusinessrulesDecisiontableImportRequest request, AsyncApiCallback<DecisionTableImportJob> callback) Get decision table row import jobBusinessRulesApiAsync.getBusinessrulesDecisiontableImportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DecisionTableImportJob>> callback) Get decision table row import jobBusinessRulesApiAsync.patchBusinessrulesDecisiontableImportAsync(PatchBusinessrulesDecisiontableImportRequest request, AsyncApiCallback<DecisionTableImportJob> callback) Update decision table row import jobBusinessRulesApiAsync.patchBusinessrulesDecisiontableImportAsync(ApiRequest<UpdateDecisionTableImportJobRequest> request, AsyncApiCallback<ApiResponse<DecisionTableImportJob>> callback) Update decision table row import jobBusinessRulesApiAsync.postBusinessrulesDecisiontableImportsAsync(PostBusinessrulesDecisiontableImportsRequest request, AsyncApiCallback<DecisionTableImportJob> callback) Create a decision table row import jobBusinessRulesApiAsync.postBusinessrulesDecisiontableImportsAsync(ApiRequest<CreateDecisionTableImportJobRequest> request, AsyncApiCallback<ApiResponse<DecisionTableImportJob>> callback) Create a decision table row import job -
Uses of DecisionTableImportJob in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DecisionTableImportJobModifier and TypeMethodDescriptionDecisionTableImportJob.dateCompleted(Date dateCompleted) When processing finished, successfully or not.DecisionTableImportJob.dateCreated(Date dateCreated) When the job was created.DecisionTableImportJob.dateExpires(Date dateExpires) When upload credentials expire.DecisionTableImportJob.dateModified(Date dateModified) When the job was last updated.DecisionTableImportJob.error(DecisionTableImportJobError error) Present when the import job could not be successfully finishedOriginal file name supplied when the job was created, including the file extensionDecisionTableImportJob.importMode(DecisionTableImportJob.ImportModeEnum importMode) Whether rows are appended to existing rows or rows are replacedDecisionTableImportJob.rowMetrics(DecisionTableImportRowMetrics rowMetrics) Row-level metrics populated incrementally during import processingDecisionTableImportJob.status(DecisionTableImportJob.StatusEnum status) Current status of the import jobDecisionTableImportJob.tableVersion(Integer tableVersion) The table version to be replaced by this importDecisionTableImportJob.uploadHeaders(Map<String, String> uploadHeaders) Headers required when uploading file with data to be imported to uploadUrlPre-signed URL to upload the import file (PUT)Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DecisionTableImportJobMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DecisionTableImportJobModifier and TypeMethodDescriptionDecisionTableImportJobListing.entities(List<DecisionTableImportJob> entities) voidDecisionTableImportJobListing.setEntities(List<DecisionTableImportJob> entities)