Uses of Enum Class
eu.dnetlib.openaire.exporter.model.community.CommunityPlanType
Packages that use CommunityPlanType
-
Uses of CommunityPlanType in eu.dnetlib.openaire.exporter.model.community
Fields in eu.dnetlib.openaire.exporter.model.community declared as CommunityPlanTypeMethods in eu.dnetlib.openaire.exporter.model.community that return CommunityPlanTypeModifier and TypeMethodDescriptionCommunitySummary.getPlan()CommunityWritableProperties.getPlan()static CommunityPlanTypeReturns the enum constant of this class with the specified name.static CommunityPlanType[]CommunityPlanType.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 CommunityPlanTypeModifier and TypeMethodDescriptionvoidCommunitySummary.setPlan(CommunityPlanType plan) voidCommunityWritableProperties.setPlan(CommunityPlanType plan) Constructors in eu.dnetlib.openaire.exporter.model.community with parameters of type CommunityPlanTypeModifierConstructorDescriptionCommunitySummary(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)