Interface WithMutateInOptions<T>
- Type Parameters:
T- - the entity class
- All Known Subinterfaces:
ExecutableMutateInByIdOperation.ExecutableMutateInById<T>,ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>,ExecutableMutateInByIdOperation.MutateInByIdInScope<T>,ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>,ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>,ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>,ReactiveMutateInByIdOperation.MutateInByIdInCollection<T>,ReactiveMutateInByIdOperation.MutateInByIdInScope<T>,ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T>,ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>,ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>,ReactiveMutateInByIdOperation.ReactiveMutateInById<T>
public interface WithMutateInOptions<T>
A common interface for all of Insert, Replace, Upsert mutations that take options.
- Author:
- Tigran Babloyan
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.MutateInOptions options) Specify options
-
Method Details
-
withOptions
Specify options- Parameters:
options- The mutate options to use.
-