Uses of Class
org.gbif.api.vocabulary.MaintenanceUpdateFrequency
-
Packages that use MaintenanceUpdateFrequency Package Description org.gbif.api.model.registry org.gbif.api.vocabulary -
-
Uses of MaintenanceUpdateFrequency in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return MaintenanceUpdateFrequency Modifier and Type Method Description MaintenanceUpdateFrequency
Dataset. getMaintenanceUpdateFrequency()
Persisted in the database table.MaintenanceUpdateFrequency
MaintenanceChange. getOldValue()
Methods in org.gbif.api.model.registry with parameters of type MaintenanceUpdateFrequency Modifier and Type Method Description void
Dataset. setMaintenanceUpdateFrequency(MaintenanceUpdateFrequency maintenanceUpdateFrequency)
Persisted in the database table.void
MaintenanceChange. setOldValue(MaintenanceUpdateFrequency oldValue)
-
Uses of MaintenanceUpdateFrequency in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return MaintenanceUpdateFrequency Modifier and Type Method 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.
-