Package com.veeva.vault.sdk.api.edl
Interface BatchSaveMatchedDocumentsRequest.Builder
- Enclosing interface:
- BatchSaveMatchedDocumentsRequest
public static interface BatchSaveMatchedDocumentsRequest.Builder
Creates an instance of
BatchSaveMatchedDocumentsRequest
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns aBatchSaveMatchedDocumentsRequest
object.withMatchedDocuments
(List<SaveMatchedDocument> documents) Specifies the List of matched documents to save to an EDL Item.
-
Method Details
-
withMatchedDocuments
Specifies the List of matched documents to save to an EDL Item. Maximum 500 matched documents. The matched documents must be unique, with a unique document ID and EDL Item ID combination.- Parameters:
documents
- a List ofSaveMatchedDocument
objects.- Returns:
- this Builder
-
build
BatchSaveMatchedDocumentsRequest build()Builds and returns aBatchSaveMatchedDocumentsRequest
object.- Returns:
- this completed BatchSaveMatchedDocumentsRequest
-