Uses of Class
org.gcube.application.cms.plugins.events.ItemObserved.OPTIONAL_FIELD
-
Packages that use ItemObserved.OPTIONAL_FIELD Package Description org.gcube.application.cms.plugins.events -
-
Uses of ItemObserved.OPTIONAL_FIELD in org.gcube.application.cms.plugins.events
Methods in org.gcube.application.cms.plugins.events that return ItemObserved.OPTIONAL_FIELD Modifier and Type Method Description static ItemObserved.OPTIONAL_FIELDItemObserved.OPTIONAL_FIELD. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemObserved.OPTIONAL_FIELD[]ItemObserved.OPTIONAL_FIELD. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.application.cms.plugins.events with parameters of type ItemObserved.OPTIONAL_FIELD Modifier and Type Method Description StringItemObserved. getOptionalValue(ItemObserved.OPTIONAL_FIELD optionalField)voidItemObserved. setOptional(ItemObserved.OPTIONAL_FIELD optionalField, String value)
-