Uses of Class
com.veeva.vault.vapil.api.model.common.LoaderTask
Packages that use LoaderTask
Package
Description
Builder pattern to create models
Models for Vault API responses
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of LoaderTask in com.veeva.vault.vapil.api.model.builder
Methods in com.veeva.vault.vapil.api.model.builder that return LoaderTask -
Uses of LoaderTask in com.veeva.vault.vapil.api.model.response
Methods in com.veeva.vault.vapil.api.model.response that return types with arguments of type LoaderTaskMethod parameters in com.veeva.vault.vapil.api.model.response with type arguments of type LoaderTask -
Uses of LoaderTask in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request with parameters of type LoaderTaskModifier and TypeMethodDescriptionLoaderRequest.addLoaderTask
(LoaderTask loaderTask) Add an individual Vault Loader Task to the request ThrowsIllegalArgumentException
when maximum number of loader tasks is reached (10).Method parameters in com.veeva.vault.vapil.api.request with type arguments of type LoaderTaskModifier and TypeMethodDescriptionLoaderRequest.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).