T - the entity type to use for the results.public static interface ExecutableFindByIdOperation.FindByIdWithOptions<T> extends ExecutableFindByIdOperation.TerminatingFindById<T>, WithGetOptions<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindByIdOperation.TerminatingFindById<T> |
withOptions(com.couchbase.client.java.kv.GetOptions options)
Fluent method to specify options to use for execution
|
all, oneExecutableFindByIdOperation.TerminatingFindById<T> withOptions(com.couchbase.client.java.kv.GetOptions options)
withOptions in interface WithGetOptions<T>options - options to use for executionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.