Interface ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>, ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T>, ExecutableMutateInByIdOperation.TerminatingMutateInById<T>, InCollection<Object>, OneAndAllEntity<T>, WithMutateInOptions<T>, WithMutateInPaths<T>
- All Known Subinterfaces:
ExecutableMutateInByIdOperation.ExecutableMutateInById<T>, ExecutableMutateInByIdOperation.MutateInByIdInScope<T>, ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>, ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>
- Enclosing interface:
ExecutableMutateInByIdOperation
public static interface ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>
extends ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>, InCollection<Object>
Fluent method to specify the collection.
- Since:
- 5.1
- Author:
- Tigran Babloyan
-
Method Summary
Methods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdWithOptions
withOptionsMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPathsMethods inherited from interface ExecutableMutateInByIdOperation.TerminatingMutateInById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-