Interface ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
- Type Parameters:
T- the entity type to use.
- All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, OneAndAllEntity<T>, WithUpsertOptions<T>
- All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>, ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
ExecutableUpsertByIdOperation
public static interface ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
extends ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, WithUpsertOptions<T>
Fluent method to specify options.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.UpsertOptions options) Fluent method to specify options to use for executionMethods inherited from interface ExecutableUpsertByIdOperation.TerminatingUpsertById
all, one
-
Method Details
-
withOptions
ExecutableUpsertByIdOperation.TerminatingUpsertById<T> withOptions(com.couchbase.client.java.kv.UpsertOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithUpsertOptions<T>- Parameters:
options- to use for execution
-