Uses of Class
com.ibm.cloud.cloudant.v1.model.PostChangesOptions
Packages that use PostChangesOptions
-
Uses of PostChangesOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type PostChangesOptionsModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<ChangesResult>Cloudant.postChanges(PostChangesOptions postChangesOptions) Query the database document changes feed.com.ibm.cloud.sdk.core.http.ServiceCall<InputStream>Cloudant.postChangesAsStream(PostChangesOptions postChangesOptions) Query the database document changes feed as stream. -
Uses of PostChangesOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return PostChangesOptionsModifier and TypeMethodDescriptionPostChangesOptions.Builder.build()Builds a PostChangesOptions.