Class GetSchedulerDocsOptions

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

public class GetSchedulerDocsOptions extends GenericModel
The getSchedulerDocs options.
  • Method Details

    • newBuilder

      public GetSchedulerDocsOptions.Builder newBuilder()
      New builder.
      Returns:
      a GetSchedulerDocsOptions builder
    • 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
    • states

      public List<String> states()
      Gets the states. Query parameter to include only replication documents in the specified states. String must be a comma-delimited string.
      Returns:
      the states