Uses of Class
com.veeva.vault.vapil.api.request.ObjectRecordAttachmentRequest
Packages that use ObjectRecordAttachmentRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of ObjectRecordAttachmentRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return ObjectRecordAttachmentRequestModifier and TypeMethodDescriptionObjectRecordAttachmentRequest.setAcceptCSV()
Set the Header Accept to return CSVObjectRecordAttachmentRequest.setBinaryFile
(String filename, byte[] binaryContent) Specify source data in an input fileObjectRecordAttachmentRequest.setContentTypeCsv()
Set the Header Content Type to CSVObjectRecordAttachmentRequest.setContentTypeJson()
Set the Header Content Type to JSONObjectRecordAttachmentRequest.setIdParam
(String idParam) Specify a value for the idParam (if not using id)ObjectRecordAttachmentRequest.setInputPath
(String inputPath) Specify source data in an input fileObjectRecordAttachmentRequest.setOutputPath
(String outputPath) Specify source data in an output fileObjectRecordAttachmentRequest.setRequestString
(String requestString) Specify source data in an input string, such as a JSON request