Uses of Class
org.gbif.api.model.occurrence.search.OccurrenceSearchParameter
-
Packages that use OccurrenceSearchParameter Package Description org.gbif.api.model.occurrence.search org.gbif.api.service.occurrence -
-
Uses of OccurrenceSearchParameter in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search that return OccurrenceSearchParameter Modifier and Type Method Description static OccurrenceSearchParameter
OccurrenceSearchParameter. valueOf(String name)
Returns the enum constant of this type with the specified name.static OccurrenceSearchParameter[]
OccurrenceSearchParameter. values()
Returns an array containing the constants of this enum type, 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 OccurrenceSearchParameter Modifier and Type Method Description SearchResponse<Occurrence,OccurrenceSearchParameter>
OccurrenceSearchService. search(OccurrencePredicateSearchRequest request)
Occurrence search implementation that uses a predicate instead of request parameters.
-