Package com.ibm.cloud.cloudant.v1.model
Class GetAllDbsOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.GetAllDbsOptions
- All Implemented Interfaces:
ObjectModel
The getAllDbs options.
-
Nested Class Summary
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a GetAllDbsOptions builder
-
descending
Gets the descending. Query parameter to specify whether to return the documents in descending by key order.- Returns:
- the descending
-
endKey
Gets the endKey. Query parameter to specify to stop returning records when the specified key is reached. String representation of any JSON type that matches the key type emitted by the view function.- Returns:
- the endKey
-
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
-
startKey
Gets the startKey. Query parameter to specify to start returning records from the specified key. String representation of any JSON type that matches the key type emitted by the view function.- Returns:
- the startKey
-