Uses of Enum Class
eu.dnetlib.openaire.exporter.model.community.CommunityType
Packages that use CommunityType
-
Uses of CommunityType in eu.dnetlib.openaire.exporter.model.community
Fields in eu.dnetlib.openaire.exporter.model.community declared as CommunityTypeMethods in eu.dnetlib.openaire.exporter.model.community that return CommunityTypeModifier and TypeMethodDescriptionCommunitySummary.getType()CommunityWritableProperties.getType()static CommunityTypeReturns the enum constant of this class with the specified name.static CommunityType[]CommunityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.dnetlib.openaire.exporter.model.community with parameters of type CommunityTypeModifier and TypeMethodDescriptionvoidCommunitySummary.setType(CommunityType type) voidCommunityWritableProperties.setType(CommunityType type) Constructors in eu.dnetlib.openaire.exporter.model.community with parameters of type CommunityTypeModifierConstructorDescriptionCommunitySummary(String id, String queryId, CommunityType type, String name, String shortName, String displayName, String displayShortName, LocalDateTime creationDate, LocalDateTime lastUpdateDate, String description, String logoUrl, CommunityStatus status, String zenodoCommunity, CommunityPlanType plan, Boolean featured, String gatewayPolicy, String datasourcesEligibilityRules, List<String> activeServices)