Uses of Class
org.gbif.api.annotation.Experimental
-
Packages that use Experimental Package Description org.gbif.api.model.occurrence org.gbif.api.model.occurrence.search org.gbif.api.model.predicate -
-
Uses of Experimental in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence with annotations of type Experimental Modifier and Type Method Description @Experimental StringOccurrence. getCollectionKey()@Experimental StringOccurrence. getInstitutionKey() -
Uses of Experimental in org.gbif.api.model.occurrence.search
Fields in org.gbif.api.model.occurrence.search with annotations of type Experimental Modifier and Type Field Description static @Experimental OccurrenceSearchParameterOccurrenceSearchParameter. VERBATIM_EVENT_TYPEAn identifier for the verbatim Event Type.Methods in org.gbif.api.model.occurrence.search with annotations of type Experimental Modifier and Type Method Description voidOccurrenceSearchRequest. addChecklistKeyFilter(String checklistKey)voidOccurrenceSearchRequest. addCollectionKeyFilter(String collectionKey)voidOccurrenceSearchRequest. addInstitutionKeyFilter(String institutionKey)voidOccurrenceSearchRequest. addTaxonomicIssueFilter(String taxonomicIssue)@Experimental StringOccurrenceSearchRequest. getShuffle()This flag allows to sort the results in a random order by specifying a seed.@Experimental BooleanOccurrenceSearchRequest. 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 Experimental Modifier and Type Method Description @Experimental StringInPredicate. getChecklistKey()@Experimental StringIsNotNullPredicate. getChecklistKey()@Experimental StringIsNullPredicate. getChecklistKey()@Experimental StringLikePredicate. getChecklistKey()@Experimental BooleanInPredicate. isMatchCase()This flag enables the use of case-sensitive matches and aggregations on certain search parameters.@Experimental BooleanSimplePredicate. isMatchCase()This flag enables the use of case-sensitive matches and aggregations on certain search parameters.
-