Interface ExecutableInsertByIdOperation.InsertByIdWithOptions<T>
- Type Parameters:
T- the entity type to use.
- All Superinterfaces:
ExecutableInsertByIdOperation.TerminatingInsertById<T>, OneAndAllEntity<T>, WithInsertOptions<T>
- All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>, ExecutableInsertByIdOperation.InsertByIdInCollection<T>, ExecutableInsertByIdOperation.InsertByIdInScope<T>, ExecutableInsertByIdOperation.InsertByIdWithDurability<T>, ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
- Enclosing interface:
ExecutableInsertByIdOperation
public static interface ExecutableInsertByIdOperation.InsertByIdWithOptions<T>
extends ExecutableInsertByIdOperation.TerminatingInsertById<T>, WithInsertOptions<T>
Fluent method to specify options.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.InsertOptions options) Fluent method to specify options to use for execution.Methods inherited from interface ExecutableInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
withOptions
ExecutableInsertByIdOperation.TerminatingInsertById<T> withOptions(com.couchbase.client.java.kv.InsertOptions options) Fluent method to specify options to use for execution.- Specified by:
withOptionsin interfaceWithInsertOptions<T>- Parameters:
options- to use for execution
-