Class PostViewQueriesOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PostViewQueriesOptions
All Implemented Interfaces:
ObjectModel

public class PostViewQueriesOptions extends GenericModel
The postViewQueries options.
  • Method Details

    • newBuilder

      public PostViewQueriesOptions.Builder newBuilder()
      New builder.
      Returns:
      a PostViewQueriesOptions builder
    • db

      public String db()
      Gets the db. Path parameter to specify the database name.
      Returns:
      the db
    • ddoc

      public String 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

      public String view()
      Gets the view. Path parameter to specify the map reduce view function name.
      Returns:
      the view
    • queries

      public List<ViewQuery> 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