Package org.gbif.api.model.predicate
Class InPredicate<S extends SearchParameter>
java.lang.Object
org.gbif.api.model.predicate.InPredicate<S>
- All Implemented Interfaces:
Serializable
,Predicate
This predicate checks if its
key
contains any of its values
.- See Also:
-
Constructor Details
-
InPredicate
-
-
Method Details
-
getKey
-
getValues
-
isMatchCase
This flag enables the use of case-sensitive matches and aggregations on certain search parameters.Fields that support this feature are: occurrenceId, recordedBy, samplingProtocol, catalogNumber, collectionCode, institutionCode, eventId, parentEventId, waterBody, stateProvince, recordNumber, identifiedBy, organismId and locality.
This is an experimental feature and its implementation map change or be removed at any time.
-
equals
-
hashCode
-
toString
-