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 TypeMethodDescriptionvoidDataset.setMaintenanceUpdateFrequency(MaintenanceUpdateFrequency maintenanceUpdateFrequency) Persisted in the database table.voidMaintenanceChange.setOldValue(MaintenanceUpdateFrequency oldValue) -
Uses of MaintenanceUpdateFrequency in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return MaintenanceUpdateFrequencyModifier and TypeMethodDescriptionstatic MaintenanceUpdateFrequencyMaintenanceUpdateFrequency.fromString(String frequency) static MaintenanceUpdateFrequencyReturns 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.