Package com.ibm.cloud.cloudant.v1.model
Class GetSchedulerDocsOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.GetSchedulerDocsOptions.Builder
- Enclosing class:
 GetSchedulerDocsOptions
Builder.
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. 
 - 
 - 
Method Details
- 
build
Builds a GetSchedulerDocsOptions.- Returns:
 - the new GetSchedulerDocsOptions instance
 
 - 
addStates
Adds a new element to states.- Parameters:
 states- the new element to be added- Returns:
 - the GetSchedulerDocsOptions builder
 
 - 
limit
Set the limit.- Parameters:
 limit- the limit- Returns:
 - the GetSchedulerDocsOptions builder
 
 - 
skip
Set the skip.- Parameters:
 skip- the skip- Returns:
 - the GetSchedulerDocsOptions builder
 
 - 
states
Set the states. Existing states will be replaced.- Parameters:
 states- the states- Returns:
 - the GetSchedulerDocsOptions builder
 
 
 -