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 TypeMethodDescriptionvoidOccurrence.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 TypeMethodDescriptionvoidOccurrenceSearchRequest.addOccurrenceStatusFilter(OccurrenceStatus occurrenceStatus) -
Uses of OccurrenceStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return OccurrenceStatusModifier and TypeMethodDescriptionstatic OccurrenceStatusReturns 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.