Interface ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableReplaceByIdOperation.TerminatingReplaceById<T>, OneAndAllEntity<T>, WithReplaceOptions<T>
- All Known Subinterfaces:
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>, ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>, ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>
extends ExecutableReplaceByIdOperation.TerminatingReplaceById<T>, WithReplaceOptions<T>
Fluent method to specify options.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.ReplaceOptions options) Fluent method to specify options to use for executionMethods inherited from interface ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withOptions
ExecutableReplaceByIdOperation.TerminatingReplaceById<T> withOptions(com.couchbase.client.java.kv.ReplaceOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithReplaceOptions<T>- Parameters:
options- to use for execution
-