Uses of Class
com.ibm.cloud.cloudant.v1.model.AllDocsQueriesResult
-
Packages that use AllDocsQueriesResult Package Description com.ibm.cloud.cloudant.v1 Cloudant v1. -
-
Uses of AllDocsQueriesResult in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 that return types with arguments of type AllDocsQueriesResult Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<AllDocsQueriesResult>
Cloudant. postAllDocsQueries(PostAllDocsQueriesOptions postAllDocsQueriesOptions)
Multi-query the list of all documents in a database.com.ibm.cloud.sdk.core.http.ServiceCall<AllDocsQueriesResult>
Cloudant. postDesignDocsQueries(PostDesignDocsQueriesOptions postDesignDocsQueriesOptions)
Multi-query the list of all design documents.
-