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