Uses of Class
com.couchbase.client.java.http.HttpPatchOptions
Packages that use HttpPatchOptions
-
Uses of HttpPatchOptions in com.couchbase.client.java.http
Methods in com.couchbase.client.java.http that return HttpPatchOptionsMethods in com.couchbase.client.java.http with parameters of type HttpPatchOptionsModifier and TypeMethodDescriptionAsyncCouchbaseHttpClient.patch
(HttpTarget target, HttpPath path, HttpPatchOptions options) Issues a PATCH request with the given options.CouchbaseHttpClient.patch
(HttpTarget target, HttpPath path, HttpPatchOptions options) Issues a PATCH request with the given options.ReactiveCouchbaseHttpClient.patch
(HttpTarget target, HttpPath path, HttpPatchOptions options) Returns a Mono that, when subscribed, issues a PATCH request with the given options.