Uses of Interface
com.veeva.vault.sdk.api.edl.SaveMatchedDocument.Builder
Packages that use SaveMatchedDocument.Builder
Package
Description
This package provides interfaces to batch save and remove matched documents.
-
Uses of SaveMatchedDocument.Builder in com.veeva.vault.sdk.api.edl
Methods in com.veeva.vault.sdk.api.edl that return SaveMatchedDocument.BuilderModifier and TypeMethodDescriptionSaveMatchedDocument.Builder.excludeFromTotal
(boolean exclude) Optional: Sets whether to exclude the matched document from the EDL Item's set of matched documents.MatchedDocumentService.newSaveMatchedDocumentBuilder()
Creates a newSaveMatchedDocument.Builder
.SaveMatchedDocument.Builder.withDocumentVersionId
(String documentVersionId) Required: Sets the document version ID of the matched document to save.SaveMatchedDocument.Builder.withEdlItemId
(String edlItemId) Required: Sets the ID of the EDL Item record to which to save a matched document.