Interface ExecutableMutateInByIdOperation.ExecutableMutateInById<T>
- Type Parameters:
T- the entity type to upsert
- All Superinterfaces:
ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>, ExecutableMutateInByIdOperation.MutateInByIdInScope<T>, ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>, ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>, ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>, ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T>, ExecutableMutateInByIdOperation.TerminatingMutateInById<T>, InCollection<Object>, InScope<Object>, OneAndAllEntity<T>, WithDurability<T>, WithExpiry<T>, WithMutateInOptions<T>, WithMutateInPaths<T>
- Enclosing interface:
ExecutableMutateInByIdOperation
public static interface ExecutableMutateInByIdOperation.ExecutableMutateInById<T>
extends ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>
Provides methods for constructing KV operations in a fluent way.
- Since:
- 5.1
- Author:
- Tigran Babloyan
-
Method Summary
Methods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdInCollection
inCollectionMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdInScope
inScopeMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdWithDurability
withDurability, withDurabilityMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdWithExpiry
withExpiryMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdWithOptions
withOptionsMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPathsMethods inherited from interface ExecutableMutateInByIdOperation.TerminatingMutateInById
all, one