| Package | Description |
|---|---|
| com.veeva.vault.vapil.api.model.builder |
Builder pattern to create models
|
| com.veeva.vault.vapil.api.model.response |
Models for Vault API responses
|
| 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 |
|---|---|
LoaderTask |
LoaderTaskBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<LoaderTask> |
LoaderResponse.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderResponse.setTasks(List<LoaderTask> tasks) |
| 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). |
| Modifier and Type | Method and Description |
|---|---|
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). |
Copyright © 2024. All rights reserved.