Package com.ibm.cloud.cloudant.v1.model
Class PostViewQueriesOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PostViewQueriesOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PostViewQueriesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The postViewQueries options.
-
Nested Class Summary
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a PostViewQueriesOptions builder
-
db
Gets the db. Path parameter to specify the database name.- Returns:
- the db
-
ddoc
Gets the ddoc. Path parameter to specify the design document name. The design document name is the design document ID excluding the `_design/` prefix.- Returns:
- the ddoc
-
view
Gets the view. Path parameter to specify the map reduce view function name.- Returns:
- the view
-
queries
Gets the queries. An array of query objects with fields for the parameters of each individual view query to be executed. The field names and their meaning are the same as the query parameters of a regular view request.- Returns:
- the queries
-