| Package | Description |
|---|---|
| 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 |
|---|---|
List<UserResponse> |
UserBulkResponse.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserBulkResponse.setData(List<UserResponse> data) |
| Modifier and Type | Method and Description |
|---|---|
UserResponse |
UserRequest.createSingleUser()
Create Single User
|
UserResponse |
UserRequest.disableUser(int userId)
Disable User
|
UserResponse |
UserRequest.updateSingleUser(int userId)
Update Single User
|
Copyright © 2021. All rights reserved.