Uses of Enum Class
org.gbif.api.vocabulary.OccurrenceStatus
Packages that use OccurrenceStatus
Package
Description
-
Uses of OccurrenceStatus in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return OccurrenceStatusMethods in org.gbif.api.model.occurrence with parameters of type OccurrenceStatusModifier and TypeMethodDescriptionvoid
Occurrence.setOccurrenceStatus
(OccurrenceStatus occurrenceStatus) -
Uses of OccurrenceStatus in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type OccurrenceStatusModifier and TypeMethodDescriptionvoid
OccurrenceSearchRequest.addOccurrenceStatusFilter
(OccurrenceStatus occurrenceStatus) -
Uses of OccurrenceStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return OccurrenceStatusModifier and TypeMethodDescriptionstatic OccurrenceStatus
Returns the enum constant of this class with the specified name.static OccurrenceStatus[]
OccurrenceStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.