DeleteMode¶
-
public enum
DeleteMode¶ The
DeleteModepresents what should happen with objects when they are deleted. They can be deleted permanentlyDELETEor moved to the trashTRASH. This enum is related with the propertyorg.motechproject.mds.util.Constants.Config.MDS_DELETE_MODE.The
UNKNOWNvalue should not be used in code as appropriate value. It was added to ensure that thefromString(String)method will not return {@value null} value.
Enum Constants¶
DELETE¶
-
public static final DeleteMode
DELETE¶
TRASH¶
-
public static final DeleteMode
TRASH¶
UNKNOWN¶
-
public static final DeleteMode
UNKNOWN¶