Package com.ibm.cloud.cloudant.v1.model
Class AllDocsQueriesResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.AllDocsQueriesResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AllDocsQueriesResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for the result of an all documents queries operation.
-
-
Constructor Summary
Constructors Constructor Description AllDocsQueriesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AllDocsResult>
getResults()
Gets the results.
-
-
-
Method Detail
-
getResults
public List<AllDocsResult> getResults()
Gets the results. An array of result objects - one for each query. Each result object contains the same fields as the response to a regular `/_all_docs` request.- Returns:
- the results
-
-