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 |
---|---|
MetaDataRequest |
MetaDataRequest.setAcceptJSON()
Set the Header Accept to return CSV
|
MetaDataRequest |
MetaDataRequest.setBinaryFile(String filename,
byte[] binaryContent)
Specify source data in an input file
|
MetaDataRequest |
MetaDataRequest.setInputPath(String inputPath)
Specify source data in an input file
|
MetaDataRequest |
MetaDataRequest.setLocalized(Boolean localized)
Set to true to retrieve localized (translated) strings for the
label, label_plural, and help_content object fields.
|
MetaDataRequest |
MetaDataRequest.setRequestString(String requestString)
Specify source data in an input string, such as a JSON request
|
Copyright © 2021. All rights reserved.