Uses of Enum Class
org.gbif.api.model.collections.lookup.Match.Reason
Packages that use Match.Reason
-
Uses of Match.Reason in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return Match.ReasonModifier and TypeMethodDescriptionstatic Match.Reason
Returns the enum constant of this class with the specified name.static Match.Reason[]
Match.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.model.collections.lookup that return types with arguments of type Match.ReasonMethods in org.gbif.api.model.collections.lookup with parameters of type Match.ReasonModifier and TypeMethodDescriptionMatch.addReason
(Match.Reason reason) static <T extends EntityMatched>
Match<T>Match.exact
(T entity, Match.Reason... reasons) static <T extends EntityMatched>
Match<T>Match.explicitMapping
(T entity, Match.Reason... reasons) static <T extends EntityMatched>
Match<T>Match.fuzzy
(T entity, Match.Reason... reasons) Method parameters in org.gbif.api.model.collections.lookup with type arguments of type Match.ReasonModifier and TypeMethodDescriptionstatic <T extends EntityMatched>
Match<T>Match.exact
(T entity, Set<Match.Reason> reasons) static <T extends EntityMatched>
Match<T>Match.explicitMapping
(T entity, Set<Match.Reason> reasons) static <T extends EntityMatched>
Match<T>Match.fuzzy
(T entity, Set<Match.Reason> reasons) void
Match.setReasons
(Set<Match.Reason> reasons)