Class GetAllDbsOptions

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

public class GetAllDbsOptions extends GenericModel
The getAllDbs options.
  • Method Details

    • newBuilder

      public GetAllDbsOptions.Builder newBuilder()
      New builder.
      Returns:
      a GetAllDbsOptions builder
    • descending

      public Boolean descending()
      Gets the descending. Query parameter to specify whether to return the documents in descending by key order.
      Returns:
      the descending
    • endKey

      public String endKey()
      Gets the endKey. Query parameter to specify to stop returning records when the specified key is reached. String representation of any JSON type that matches the key type emitted by the view function.
      Returns:
      the endKey
    • limit

      public Long limit()
      Gets the limit. Query parameter to specify the number of returned documents to limit the result to.
      Returns:
      the limit
    • skip

      public Long skip()
      Gets the skip. Query parameter to specify the number of records before starting to return the results.
      Returns:
      the skip
    • startKey

      public String startKey()
      Gets the startKey. Query parameter to specify to start returning records from the specified key. String representation of any JSON type that matches the key type emitted by the view function.
      Returns:
      the startKey