Uses of Class
com.veeva.vault.vapil.api.request.LoaderRequest
Packages that use LoaderRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of LoaderRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return LoaderRequestModifier and TypeMethodDescriptionLoaderRequest.addLoaderTask
(LoaderTask loaderTask) Add an individual Vault Loader Task to the request ThrowsIllegalArgumentException
when maximum number of loader tasks is reached (10).LoaderRequest.addLoaderTasks
(List<LoaderTask> loaderTasks) Add a full list of Vault Loader Tasks to the request ThrowsIllegalArgumentException
when maximum number of loader tasks is reached (10).Set a raw JSON string to the Vault Loader requestLoaderRequest.setOutputPath
(String outputPath) Specify source data in an output fileLoaderRequest.setSendNotification
(Boolean sendNotification) To send a Vault notification when the job completes, set to true.