Uses of Class
com.ibm.cloud.cloudant.v1.model.PostAllDocsOptions
Packages that use PostAllDocsOptions
Package
Description
Feature for paginating operation requests.
Cloudant v1.
-
Uses of PostAllDocsOptions in com.ibm.cloud.cloudant.features.pagination
Methods in com.ibm.cloud.cloudant.features.pagination that return types with arguments of type PostAllDocsOptionsModifier and TypeMethodDescriptionPagination.newPagination
(Cloudant client, PostAllDocsOptions options) Get a Pagination for the postAllDocs operation.Methods in com.ibm.cloud.cloudant.features.pagination with parameters of type PostAllDocsOptionsModifier and TypeMethodDescriptionPagination.newPagination
(Cloudant client, PostAllDocsOptions options) Get a Pagination for the postAllDocs operation. -
Uses of PostAllDocsOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type PostAllDocsOptionsModifier and TypeMethodDescriptionCloudant.postAllDocs
(PostAllDocsOptions postAllDocsOptions) Query a list of all documents in a database.Cloudant.postAllDocsAsStream
(PostAllDocsOptions postAllDocsOptions) Query a list of all documents in a database as stream. -
Uses of PostAllDocsOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return PostAllDocsOptionsModifier and TypeMethodDescriptionPostAllDocsOptions.Builder.build()
Builds a PostAllDocsOptions.