| Package | Description |
|---|---|
| eu.dnetlib.openaire.exporter.model.community |
| Modifier and Type | Field and Description |
|---|---|
protected CommunityStatus |
CommunitySummary.status |
| Modifier and Type | Method and Description |
|---|---|
CommunityStatus |
CommunitySummary.getStatus() |
CommunityStatus |
CommunityWritableProperties.getStatus() |
static CommunityStatus |
CommunityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunityStatus[] |
CommunityStatus.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.setStatus(CommunityStatus status) |
void |
CommunityWritableProperties.setStatus(CommunityStatus status) |
| 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,
String gatewayPolicy,
String datasourcesEligibilityRules,
List<String> activeServices) |
Copyright © 2026. All rights reserved.