Package com.ibm.cloud.cloudant.v1.model
Class GetDbUpdatesOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.GetDbUpdatesOptions.Builder
- Enclosing class:
GetDbUpdatesOptions
Builder.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a GetDbUpdatesOptions.- Returns:
- the new GetDbUpdatesOptions instance
-
descending
Set the descending.- Parameters:
descending
- the descending- Returns:
- the GetDbUpdatesOptions builder
-
feed
Set the feed.- Parameters:
feed
- the feed- Returns:
- the GetDbUpdatesOptions builder
-
heartbeat
Set the heartbeat.- Parameters:
heartbeat
- the heartbeat- Returns:
- the GetDbUpdatesOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the GetDbUpdatesOptions builder
-
timeout
Set the timeout.- Parameters:
timeout
- the timeout- Returns:
- the GetDbUpdatesOptions builder
-
since
Set the since.- Parameters:
since
- the since- Returns:
- the GetDbUpdatesOptions builder
-