public class ListDocumentsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<DocumentDetails> |
getDocuments()
Gets the documents.
|
Long |
getMatchingResults()
Gets the matchingResults.
|
public Long getMatchingResults()
The number of matching results for the document query.
public List<DocumentDetails> getDocuments()
An array that lists the documents in a collection. Only the document ID of each document is returned in the list. You can use the [Get document](#getdocument) method to get more information about an individual document.
Copyright © 2024 IBM Cloud. All rights reserved.