Interface S_MaybeDelete

All Superinterfaces:
S_ItemEntry

public interface S_MaybeDelete extends S_ItemEntry
Using DELETE after ADD in fluent builder goes against the actual semantics that first executes DELETE and then ADD - use the correct order to avoid deprecated methods.