Package com.ibm.cloud.cloudant.v1.model
Class GetSchedulerDocsOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.GetSchedulerDocsOptions
- All Implemented Interfaces:
 ObjectModel
The getSchedulerDocs options.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder.static interfaceSchema for replication state. - 
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a GetSchedulerDocsOptions builder
 
 - 
limit
Gets the limit. Query parameter to specify the number of returned documents to limit the result to.- Returns:
 - the limit
 
 - 
skip
Gets the skip. Query parameter to specify the number of records before starting to return the results.- Returns:
 - the skip
 
 - 
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
 
 
 -