Uses of Enum Class
org.gbif.api.vocabulary.MaintenanceUpdateFrequency
Packages that use MaintenanceUpdateFrequency
-
Uses of MaintenanceUpdateFrequency in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return MaintenanceUpdateFrequencyModifier and TypeMethodDescriptionDataset.getMaintenanceUpdateFrequency()
Persisted in the database table.MaintenanceChange.getOldValue()
Methods in org.gbif.api.model.registry with parameters of type MaintenanceUpdateFrequencyModifier and TypeMethodDescriptionvoid
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 MaintenanceUpdateFrequencyModifier and TypeMethodDescriptionstatic MaintenanceUpdateFrequency
MaintenanceUpdateFrequency.fromString
(String frequency) static MaintenanceUpdateFrequency
Returns the enum constant of this class with the specified name.static MaintenanceUpdateFrequency[]
MaintenanceUpdateFrequency.values()
Returns an array containing the constants of this enum class, in the order they are declared.