Uses of Class
org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEventType
-
Packages that use CatalogueEventType Package Description org.gcube.social_networking.socialnetworking.model.beans.catalogue -
-
Uses of CatalogueEventType in org.gcube.social_networking.socialnetworking.model.beans.catalogue
Fields in org.gcube.social_networking.socialnetworking.model.beans.catalogue declared as CatalogueEventType Modifier and Type Field Description protected CatalogueEventTypeCatalogueEvent. typeMethods in org.gcube.social_networking.socialnetworking.model.beans.catalogue that return CatalogueEventType Modifier and Type Method Description CatalogueEventTypeCatalogueEvent. getType()static CatalogueEventTypeCatalogueEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogueEventType[]CatalogueEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.social_networking.socialnetworking.model.beans.catalogue with parameters of type CatalogueEventType Modifier and Type Method Description voidCatalogueEvent. setType(CatalogueEventType type)Constructors in org.gcube.social_networking.socialnetworking.model.beans.catalogue with parameters of type CatalogueEventType Constructor Description CatalogueEvent(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
-