Package com.veeva.vault.sdk.api.edl
Interface MatchedDocumentService
- All Superinterfaces:
Service
Provides methods to batch save and remove automatically and manually matched documents.
-
Method Summary
Modifier and TypeMethodDescriptionBatch removes one or more manually matched document(s) from an EDL Item.Batch saves one or more matched document(s) to an EDL Item.Creates a newBatchRemoveMatchedDocumentsRequest.Builder.Creates a newBatchSaveMatchedDocumentsRequest.Builder.Creates a newRemoveMatchedDocument.Builder.Creates a newSaveMatchedDocument.Builder.
-
Method Details
-
newSaveMatchedDocumentBuilder
SaveMatchedDocument.Builder newSaveMatchedDocumentBuilder()Creates a newSaveMatchedDocument.Builder.- Returns:
- a SaveMatchedDocument builder
-
newBatchSaveMatchedDocumentsRequestBuilder
BatchSaveMatchedDocumentsRequest.Builder newBatchSaveMatchedDocumentsRequestBuilder()Creates a newBatchSaveMatchedDocumentsRequest.Builder.- Returns:
- a BatchSaveMatchedDocumentsRequest builder
-
newRemoveMatchedDocumentBuilder
RemoveMatchedDocument.Builder newRemoveMatchedDocumentBuilder()Creates a newRemoveMatchedDocument.Builder.- Returns:
- a RemoveMatchedDocument builder
-
newBatchRemoveMatchedDocumentsRequestBuilder
BatchRemoveMatchedDocumentsRequest.Builder newBatchRemoveMatchedDocumentsRequestBuilder()Creates a newBatchRemoveMatchedDocumentsRequest.Builder.- Returns:
- a BatchRemoveMatchedDocumentsRequest builder
-
batchSaveMatchedDocumentsRequest
MatchedDocumentServiceBatchOperation batchSaveMatchedDocumentsRequest(BatchSaveMatchedDocumentsRequest request) Batch saves one or more matched document(s) to an EDL Item. Maximum 500 matched documents.- Parameters:
request- theBatchSaveMatchedDocumentsRequest- Returns:
- a
MatchedDocumentServiceBatchOperationcontaining the response from the processed batch save request
-
batchRemoveMatchedDocumentsRequest
MatchedDocumentServiceBatchOperation batchRemoveMatchedDocumentsRequest(BatchRemoveMatchedDocumentsRequest request) Batch removes one or more manually matched document(s) from an EDL Item. Maximum 500 matched documents.- Parameters:
request- theBatchRemoveMatchedDocumentsRequest- Returns:
- a
MatchedDocumentServiceBatchOperationcontaining the response from the processed batch remove request
-