| Package | Description |
|---|---|
| eu.dnetlib.openaire.exporter.model.community |
| Modifier and Type | Field and Description |
|---|---|
protected CommunityType |
CommunitySummary.type |
| Modifier and Type | Method and Description |
|---|---|
CommunityType |
CommunitySummary.getType() |
CommunityType |
CommunityWritableProperties.getType() |
static CommunityType |
CommunityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityType[] |
CommunityType.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.setType(CommunityType type) |
void |
CommunityWritableProperties.setType(CommunityType type) |
| 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.