| Package | Description |
|---|---|
| eu.dnetlib.openaire.exporter.model.community |
| Modifier and Type | Field and Description |
|---|---|
protected CommunityPlanType |
CommunitySummary.plan |
| Modifier and Type | Method and Description |
|---|---|
CommunityPlanType |
CommunitySummary.getPlan() |
CommunityPlanType |
CommunityWritableProperties.getPlan() |
static CommunityPlanType |
CommunityPlanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityPlanType[] |
CommunityPlanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommunitySummary.setPlan(CommunityPlanType plan) |
void |
CommunityWritableProperties.setPlan(CommunityPlanType plan) |
| Constructor and Description |
|---|
CommunitySummary(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) |
Copyright © 2025. All rights reserved.