Uses of Class
com.ibm.cloud.cloudant.v1.model.AllDocsResult
-
Packages that use AllDocsResult Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of AllDocsResult in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 that return types with arguments of type AllDocsResult Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<AllDocsResult>
Cloudant. postAllDocs(PostAllDocsOptions postAllDocsOptions)
Query a list of all documents in a database.com.ibm.cloud.sdk.core.http.ServiceCall<AllDocsResult>
Cloudant. postDesignDocs(PostDesignDocsOptions postDesignDocsOptions)
Query a list of all design documents in a database.com.ibm.cloud.sdk.core.http.ServiceCall<AllDocsResult>
Cloudant. postPartitionAllDocs(PostPartitionAllDocsOptions postPartitionAllDocsOptions)
Query a list of all documents in a database partition. -
Uses of AllDocsResult in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return types with arguments of type AllDocsResult Modifier and Type Method Description List<AllDocsResult>
AllDocsQueriesResult. getResults()
Gets the results.
-