Uses of Class
com.veeva.vault.vapil.api.request.DocumentRoleRequest
Packages that use DocumentRoleRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentRoleRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return DocumentRoleRequestModifier and TypeMethodDescriptionDocumentRoleRequest.setBinaryFile(String filename, byte[] binaryContent) Specify source data in an input fileDocumentRoleRequest.setBodyParams(Map<String, Object> bodyParams) Single form add/remove request with name/value body parameters
Can be used on single Document endpoint, or for performing single Document operations, using the bulk endpoint.DocumentRoleRequest.setContentTypeCsv()Set the Header Content Type to CSVDocumentRoleRequest.setContentTypeXForm()Set the Header Content Type to x-www-form-urlencodedDocumentRoleRequest.setInputPath(String inputPath) Specify source data in an input fileDocumentRoleRequest.setRequestString(String requestString) Specify source data in an input string, such as a JSON request