Package com.couchbase.client.java.kv
Class LookupInOptions.Built
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions.BuiltCommonOptions
-
- com.couchbase.client.java.kv.LookupInOptions.Built
-
- All Implemented Interfaces:
CoreCommonOptions
- Enclosing class:
- LookupInOptions
public class LookupInOptions.Built extends CommonOptions.BuiltCommonOptions
-
-
Field Summary
-
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accessDeleted()
JsonSerializer
serializer()
-
Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeout
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
withParentSpan
-
-
-
-
Method Detail
-
serializer
public JsonSerializer serializer()
-
accessDeleted
public boolean accessDeleted()
-
-