Uses of Class
com.veeva.vault.vapil.api.request.DocumentRelationshipRequest
Packages that use DocumentRelationshipRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of DocumentRelationshipRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return DocumentRelationshipRequestModifier and TypeMethodDescriptionDocumentRelationshipRequest.setBinaryFile
(String filename, byte[] binaryContent) Specify source data in an input fileDocumentRelationshipRequest.setContentTypeCsv()
Set the Header Content Type to text/csvDocumentRelationshipRequest.setContentTypeJson()
Set the Header Content Type to application/jsonDocumentRelationshipRequest.setContentTypeXForm()
Set the Header Content Type to application/x-www-form-urlencodedDocumentRelationshipRequest.setInputPath
(String inputPath) Specify source data in an input fileDocumentRelationshipRequest.setRequestString
(String requestString) Specify source data in an input string, such as a JSON request