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 |
---|---|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setAnnotationTypes(Set<String> annotationTypes)
The type(s) of annotations to retrieve.
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setBinaryFile(String filename,
byte[] binaryContent)
Specify source data in an input file
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setContentTypeCsv()
Set the Header Content Type to CSV
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setContentTypeJson()
Set the Header Content Type to JSON
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setInputPath(String inputPath)
Specify source data in an input file
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setLimit(Integer limit)
This parameter paginates the results by specifying the maximum number of records per page in the response.
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setOffset(Integer offset)
This parameter is used to paginate the results.
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setOutputPath(String outputPath)
Specify source data in an output file
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setPaginationId(String paginationId)
A unique identifier used to load requests with paginated results.
|
DocumentAnnotationRequest |
DocumentAnnotationRequest.setRequestString(String requestString)
Specify source data in an input string, such as a JSON request
|
Copyright © 2024. All rights reserved.