Uses of Class
org.gbif.api.vocabulary.OccurrenceStatus
-
Packages that use OccurrenceStatus Package Description org.gbif.api.model.occurrence org.gbif.api.model.occurrence.search org.gbif.api.vocabulary -
-
Uses of OccurrenceStatus in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return OccurrenceStatus Modifier and Type Method Description OccurrenceStatus
Occurrence. getOccurrenceStatus()
Methods in org.gbif.api.model.occurrence with parameters of type OccurrenceStatus Modifier and Type Method Description void
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 OccurrenceStatus Modifier and Type Method Description void
OccurrenceSearchRequest. addOccurrenceStatusFilter(OccurrenceStatus occurrenceStatus)
-
Uses of OccurrenceStatus in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return OccurrenceStatus Modifier and Type Method Description static OccurrenceStatus
OccurrenceStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccurrenceStatus[]
OccurrenceStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-