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