Package com.couchbase.client.java.http
Class HttpPutOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<SELF>
-
- com.couchbase.client.java.http.CommonHttpOptions<HttpPutOptions>
-
- com.couchbase.client.java.http.HttpPutOptions
-
public class HttpPutOptions extends CommonHttpOptions<HttpPutOptions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
HttpPutOptions.Built
-
Nested classes/interfaces inherited from class com.couchbase.client.java.http.CommonHttpOptions
CommonHttpOptions.BuiltCommonHttpOptions
-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpPutOptions
body(HttpBody body)
HttpPutOptions.Built
build()
static HttpPutOptions
httpPutOptions()
-
Methods inherited from class com.couchbase.client.java.http.CommonHttpOptions
header
-
Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
-
-
-
Method Detail
-
httpPutOptions
public static HttpPutOptions httpPutOptions()
-
body
public HttpPutOptions body(HttpBody body)
-
build
@Internal public HttpPutOptions.Built build()
-
-