Uses of Class
com.ibm.cloud.cloudant.v1.model.ViewResult
-
Packages that use ViewResult Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of ViewResult in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 that return types with arguments of type ViewResult Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ViewResult>
Cloudant. postPartitionView(PostPartitionViewOptions postPartitionViewOptions)
Query a database partition MapReduce view function.com.ibm.cloud.sdk.core.http.ServiceCall<ViewResult>
Cloudant. postView(PostViewOptions postViewOptions)
Query a MapReduce view. -
Uses of ViewResult in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return types with arguments of type ViewResult Modifier and Type Method Description List<ViewResult>
ViewQueriesResult. getResults()
Gets the results.
-