Uses of Annotation Interface
org.gbif.api.annotation.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence with annotations of type Experimental -
Uses of Experimental in org.gbif.api.model.occurrence.search
Fields in org.gbif.api.model.occurrence.search with annotations of type ExperimentalModifier and TypeFieldDescriptionstatic final @Experimental OccurrenceSearchParameterOccurrenceSearchParameter.VERBATIM_EVENT_TYPEAn identifier for the verbatim Event Type.Methods in org.gbif.api.model.occurrence.search with annotations of type ExperimentalModifier and TypeMethodDescriptionvoidOccurrenceSearchRequest.addChecklistKeyFilter(String checklistKey) voidOccurrenceSearchRequest.addCollectionKeyFilter(String collectionKey) voidOccurrenceSearchRequest.addInstitutionKeyFilter(String institutionKey) voidOccurrenceSearchRequest.addTaxonomicIssueFilter(String taxonomicIssue) OccurrenceSearchRequest.getShuffle()This flag allows to sort the results in a random order by specifying a seed.OccurrenceSearchRequest.isMatchCase()This flag enables the use of case-sensitive matches and aggregations on certain search parameters.voidOccurrenceSearchRequest.setMatchCase(Boolean matchCase) voidOccurrenceSearchRequest.setShuffle(String shuffle) -
Uses of Experimental in org.gbif.api.model.predicate
Methods in org.gbif.api.model.predicate with annotations of type ExperimentalModifier and TypeMethodDescriptionInPredicate.getChecklistKey()IsNotNullPredicate.getChecklistKey()IsNullPredicate.getChecklistKey()LikePredicate.getChecklistKey()InPredicate.isMatchCase()This flag enables the use of case-sensitive matches and aggregations on certain search parameters.SimplePredicate.isMatchCase()This flag enables the use of case-sensitive matches and aggregations on certain search parameters.