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 String
Occurrence. getCollectionKey()
@Experimental String
Occurrence. getInstitutionKey()
-
Uses of Experimental in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with annotations of type Experimental Modifier and Type Method Description void
OccurrenceSearchRequest. addChecklistKeyFilter(String checklistKey)
void
OccurrenceSearchRequest. addCollectionKeyFilter(String collectionKey)
void
OccurrenceSearchRequest. addInstitutionKeyFilter(String institutionKey)
void
OccurrenceSearchRequest. addTaxonomicIssueFilter(String taxonomicIssue)
@Experimental String
OccurrenceSearchRequest. getShuffle()
This flag allows to sort the results in a random order by specifying a seed.@Experimental Boolean
OccurrenceSearchRequest. isMatchCase()
This flag enables the use of case-sensitive matches and aggregations on certain search parameters.void
OccurrenceSearchRequest. setMatchCase(Boolean matchCase)
void
OccurrenceSearchRequest. 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 String
InPredicate. getChecklistKey()
@Experimental String
IsNotNullPredicate. getChecklistKey()
@Experimental String
IsNullPredicate. getChecklistKey()
@Experimental String
LikePredicate. getChecklistKey()
@Experimental Boolean
InPredicate. isMatchCase()
This flag enables the use of case-sensitive matches and aggregations on certain search parameters.@Experimental Boolean
SimplePredicate. isMatchCase()
This flag enables the use of case-sensitive matches and aggregations on certain search parameters.
-