Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
LoaderRequest |
LoaderRequest.addLoaderTask(LoaderTask loaderTask)
Add an individual Vault Loader Task to the request
Throws
IllegalArgumentException when maximum number of loader tasks is reached (10). |
LoaderRequest |
LoaderRequest.addLoaderTasks(List<LoaderTask> loaderTasks)
Add a full list of Vault Loader Tasks to the request
Throws
IllegalArgumentException when maximum number of loader tasks is reached (10). |
LoaderRequest |
LoaderRequest.setJson(String json)
Set a raw JSON string to the Vault Loader request
|
LoaderRequest |
LoaderRequest.setOutputPath(String outputPath)
Specify source data in an output file
|
LoaderRequest |
LoaderRequest.setSendNotification(Boolean sendNotification)
To send a Vault notification when the job completes, set to true.
|
Copyright © 2021. All rights reserved.