Interface ExecutableInsertByIdOperation.InsertByIdWithOptions<T>

Type Parameters:
T - the entity type to use.
All Superinterfaces:
ExecutableInsertByIdOperation.TerminatingInsertById<T>, OneAndAllEntity<T>, WithInsertOptions<T>
All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>, ExecutableInsertByIdOperation.InsertByIdInCollection<T>, ExecutableInsertByIdOperation.InsertByIdInScope<T>, ExecutableInsertByIdOperation.InsertByIdWithDurability<T>, ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
Enclosing interface:
ExecutableInsertByIdOperation

public static interface ExecutableInsertByIdOperation.InsertByIdWithOptions<T> extends ExecutableInsertByIdOperation.TerminatingInsertById<T>, WithInsertOptions<T>
Fluent method to specify options.