Uses of Enum Class
org.gbif.api.model.occurrence.search.OccurrenceSearchParameter
Packages that use OccurrenceSearchParameter
-
Uses of OccurrenceSearchParameter in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search that return OccurrenceSearchParameterModifier and TypeMethodDescriptionstatic OccurrenceSearchParameter
Returns the enum constant of this class with the specified name.static OccurrenceSearchParameter[]
OccurrenceSearchParameter.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OccurrenceSearchParameter in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence that return types with arguments of type OccurrenceSearchParameterModifier and TypeMethodDescriptionOccurrenceSearchService.search
(OccurrencePredicateSearchRequest request) Occurrence search implementation that uses a predicate instead of request parameters.