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 |
---|---|
BinderTemplateRequest |
BinderTemplateRequest.setBinaryFile(String filename,
byte[] binaryContent)
Specify source data in an input file
|
BinderTemplateRequest |
BinderTemplateRequest.setContentTypeCsv()
Set the Header Content Type to text/csv
|
BinderTemplateRequest |
BinderTemplateRequest.setContentTypeJson()
Set the Header Content Type to application/json
|
BinderTemplateRequest |
BinderTemplateRequest.setContentTypeXForm()
Set the Header Content Type to application/x-www-form-urlencoded
|
BinderTemplateRequest |
BinderTemplateRequest.setInputPath(String inputPath)
Specify source data in an input file
|
BinderTemplateRequest |
BinderTemplateRequest.setRequestString(String requestString)
Specify source data in an input string, such as a JSON request
|
Copyright © 2021. All rights reserved.