Package com.ibm.cloud.cloudant.v1.model
Class GetAllDbsOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.GetAllDbsOptions.Builder
- Enclosing class:
GetAllDbsOptions
Builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a GetAllDbsOptions.descending
(Boolean descending) Set the descending.Set the endKey.limit
(long limit) Set the limit.skip
(long skip) Set the skip.Set the startKey.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a GetAllDbsOptions.- Returns:
- the new GetAllDbsOptions instance
-
descending
Set the descending.- Parameters:
descending
- the descending- Returns:
- the GetAllDbsOptions builder
-
endKey
Set the endKey.- Parameters:
endKey
- the endKey- Returns:
- the GetAllDbsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the GetAllDbsOptions builder
-
skip
Set the skip.- Parameters:
skip
- the skip- Returns:
- the GetAllDbsOptions builder
-
startKey
Set the startKey.- Parameters:
startKey
- the startKey- Returns:
- the GetAllDbsOptions builder
-