public class LookupInOptions extends CommonOptions<LookupInOptions>
Modifier and Type | Class and Description |
---|---|
class |
LookupInOptions.Built |
CommonOptions.BuiltCommonOptions
Modifier and Type | Method and Description |
---|---|
LookupInOptions |
accessDeleted(boolean accessDeleted)
For internal use only: allows access to deleted documents that are in 'tombstone' form.
|
LookupInOptions.Built |
build() |
static LookupInOptions |
lookupInOptions() |
LookupInOptions |
serializer(JsonSerializer serializer)
Customizes the serializer that is used to decode the contents of the
LookupInResult . |
clientContext, parentSpan, retryStrategy, self, timeout
public static LookupInOptions lookupInOptions()
public LookupInOptions serializer(JsonSerializer serializer)
LookupInResult
.serializer
- the serializer used for decoding.LookupInOptions
for chaining purposes.@Stability.Internal public LookupInOptions accessDeleted(boolean accessDeleted)
@Stability.Internal public LookupInOptions.Built build()
Copyright © 2020 Couchbase, Inc.. All rights reserved.