Interface ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>

Type Parameters:
T - the entity type to use for the results.
All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>, InCollection<T>, OneAndAllEntity<T>, WithUpsertOptions<T>
All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
Enclosing interface:
ExecutableUpsertByIdOperation

public static interface ExecutableUpsertByIdOperation.UpsertByIdInCollection<T> extends ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.