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.setEndDate(ZonedDateTime endDate) Specify a date (no more than 30 days past) before which Vault will look for deleted object record attachments.ObjectRecordAttachmentRequest.setIdParam(String idParam) Specify a value for the idParam (if not using id)ObjectRecordAttachmentRequest.setInputPath(String inputPath) Specify source data in an input filePaginate the results by specifying the maximum number of deleted attachments to display per page in the response.ObjectRecordAttachmentRequest.setOutputPath(String outputPath) Specify source data in an output fileObjectRecordAttachmentRequest.setRequestString(String requestString) Specify source data in an input string, such as a JSON requestObjectRecordAttachmentRequest.setStartDate(ZonedDateTime startDate) Specify a date (no more than 30 days past) after which Vault will look for deleted object record attachments.