Class GetSchedulerJobsOptions

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

public class GetSchedulerJobsOptions extends GenericModel
The getSchedulerJobs options.
  • Method Details

    • newBuilder

      public GetSchedulerJobsOptions.Builder newBuilder()
      New builder.
      Returns:
      a GetSchedulerJobsOptions builder
    • limit

      public Long limit()
      Gets the limit. Query parameter to specify the number of returned jobs 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