Interface ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>
- Type Parameters:
T
- the entity type to use.
- All Superinterfaces:
ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T>
,ExecutableMutateInByIdOperation.TerminatingMutateInById<T>
,OneAndAllEntity<T>
,WithMutateInOptions<T>
,WithMutateInPaths<T>
- All Known Subinterfaces:
ExecutableMutateInByIdOperation.ExecutableMutateInById<T>
,ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>
,ExecutableMutateInByIdOperation.MutateInByIdInScope<T>
,ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>
,ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>
- Enclosing interface:
- ExecutableMutateInByIdOperation
public static interface ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>
extends ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T>, WithMutateInOptions<T>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions
(com.couchbase.client.java.kv.MutateInOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPaths
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.TerminatingMutateInById
all, one
-
Method Details
-
withOptions
ExecutableMutateInByIdOperation.TerminatingMutateInById<T> withOptions(com.couchbase.client.java.kv.MutateInOptions options) Fluent method to specify options to use for execution- Specified by:
withOptions
in interfaceWithMutateInOptions<T>
- Parameters:
options
- to use for execution
-