Package com.couchbase.client.java.kv
Class ExistsOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<ExistsOptions>
-
- com.couchbase.client.java.kv.ExistsOptions
-
public class ExistsOptions extends CommonOptions<ExistsOptions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ExistsOptions.Built
-
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 ExistsOptions.Built
build()
static ExistsOptions
existsOptions()
-
Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, retryStrategy, self, timeout
-
-
-
-
Method Detail
-
existsOptions
public static ExistsOptions existsOptions()
-
build
@Internal public ExistsOptions.Built build()
-
-