Uses of Enum Class
org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEventType
Packages that use CatalogueEventType
-
Uses of CatalogueEventType in org.gcube.social_networking.socialnetworking.model.beans.catalogue
Fields in org.gcube.social_networking.socialnetworking.model.beans.catalogue declared as CatalogueEventTypeMethods in org.gcube.social_networking.socialnetworking.model.beans.catalogue that return CatalogueEventTypeModifier and TypeMethodDescriptionCatalogueEvent.getType()static CatalogueEventTypeReturns the enum constant of this class with the specified name.static CatalogueEventType[]CatalogueEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gcube.social_networking.socialnetworking.model.beans.catalogue with parameters of type CatalogueEventTypeConstructors in org.gcube.social_networking.socialnetworking.model.beans.catalogue with parameters of type CatalogueEventTypeModifierConstructorDescriptionCatalogueEvent(CatalogueEventType type, String[] idsToNotify, String itemId, String notifyText, URL itemURL) for sending to usersCatalogueEvent(CatalogueEventType type, String[] idsToNotify, String itemId, String notifyText, URL itemURL, boolean idsAsGroup) for sending to users or groups