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 OccurrenceStatusOccurrence. getOccurrenceStatus()Methods in org.gbif.api.model.occurrence with parameters of type OccurrenceStatus Modifier and Type Method Description voidOccurrence. 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 voidOccurrenceSearchRequest. 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 OccurrenceStatusOccurrenceStatus. 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.
-