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 |
---|---|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setBinaryFile(String filename,
byte[] binaryContent)
Specify source data in an input file
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setBodyParams(Map<String,Object> bodyParams)
Single record form ObjectRecordRequest with name/value body parameters
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setContentTypeCsv()
Set the Header Content Type to CSV
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setContentTypeJson()
Set the Header Content Type to JSON
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setCountryID(String countryID)
Set country id to the request
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setCountryName(String countryName)
Set country name to the request
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setDocumentState(String documentState)
Set document state name to the request
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setInputPath(String inputPath)
Specify source data in an input file
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setLifecycleName(String lifecycleName)
Set lifecycle name to the request
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setProductName(String productName)
Set product name to the request
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setQueryParams(Map<String,Object> queryParams)
Single record form ObjectRecordRequest with name/value body parameters
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setRequestString(String requestString)
Specify source data in an input string, such as a JSON request
|
DocumentLifecycleWorkflowRequest |
DocumentLifecycleWorkflowRequest.setRoleName(String roleName)
Set role name (role__v) to the request
|
Copyright © 2021. All rights reserved.