Package | Description |
---|---|
org.gbif.api.model.registry | |
org.gbif.api.vocabulary |
Modifier and Type | Method and Description |
---|---|
MaintenanceUpdateFrequency |
Dataset.getMaintenanceUpdateFrequency()
Persisted in the database table.
|
MaintenanceUpdateFrequency |
MaintenanceChange.getOldValue() |
Modifier and Type | Method and Description |
---|---|
void |
Dataset.setMaintenanceUpdateFrequency(MaintenanceUpdateFrequency maintenanceUpdateFrequency)
Persisted in the database table.
|
void |
MaintenanceChange.setOldValue(MaintenanceUpdateFrequency oldValue) |
Modifier and Type | Method and Description |
---|---|
static MaintenanceUpdateFrequency |
MaintenanceUpdateFrequency.fromString(String frequency) |
static MaintenanceUpdateFrequency |
MaintenanceUpdateFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceUpdateFrequency[] |
MaintenanceUpdateFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.