Uses of Class
com.veeva.vault.vapil.api.request.BinderRequest
Packages that use BinderRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of BinderRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return BinderRequestModifier and TypeMethodDescriptionBinder creates - specify async.BinderRequest.setBindingRule(BinderRequest.BindingRule bindingRule) Add Document to Binder with binding ruleBinder retrieves - specify whether to retrieve all binder nodes when getting a binderBinderRequest.setExportAttachmentType(BinderRequest.AttachmentType exportAttachmentType) Export Binder with Attachments Include latest or all attachmentsBinderRequest.setExportAudit(Boolean exportAudit) Export Binder with Audit Trails Include document audit trailsBinderRequest.setExportAuditFormatType(BinderRequest.AuditFormatType exportAuditFormatType) Export Binder with Audit Trail Format Audit Trail format can be CSV, PDF, or TEXTBinderRequest.setExportDocumentMetadata(Boolean exportDocumentMetadata) Export Binder with Document Metadata Include document fieldsBinderRequest.setExportDocumentVersionType(BinderRequest.DocumentVersionType exportDocumentVersionType) Export Binder Document Versions Include major or major/minor versionsBinderRequest.setExportSource(Boolean exportSource) Export Binder with Document Source Content Include document contentBinderRequest.setExportSource(String exportRenditionType) Export Binder with Rendition Types Include a specific rendition typeBinderRequest.setMajorVersion(int majorVersionNumber) Add Document to Binder with Major Version when binding_rule = specificBinderRequest.setMinorVersion(int minorVersionNumber) Add Document to Binder with Minor Version when binding_rule = specificBinderRequest.setOrder(int order) Add Document to Binder number reflecting the position of the document within the binder or sectionBinderRequest.setParentId(String parentId) Add Document to Binder with Section ID of Parent Section