Uses of Enum Class
eu.dnetlib.openaire.exporter.model.community.CommunityStatus
Packages that use CommunityStatus
-
Uses of CommunityStatus in eu.dnetlib.openaire.exporter.model.community
Fields in eu.dnetlib.openaire.exporter.model.community declared as CommunityStatusMethods in eu.dnetlib.openaire.exporter.model.community that return CommunityStatusModifier and TypeMethodDescriptionCommunitySummary.getStatus()CommunityWritableProperties.getStatus()static CommunityStatusReturns the enum constant of this class with the specified name.static CommunityStatus[]CommunityStatus.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 CommunityStatusModifier and TypeMethodDescriptionvoidCommunitySummary.setStatus(CommunityStatus status) voidCommunityWritableProperties.setStatus(CommunityStatus status) Constructors in eu.dnetlib.openaire.exporter.model.community with parameters of type CommunityStatusModifierConstructorDescriptionCommunitySummary(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)