Uses of Class
org.gbif.api.model.collections.lookup.Match.Reason
-
Packages that use Match.Reason Package Description org.gbif.api.model.collections.lookup -
-
Uses of Match.Reason in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return Match.Reason Modifier and Type Method Description static Match.Reason
Match.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static Match.Reason[]
Match.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gbif.api.model.collections.lookup that return types with arguments of type Match.Reason Modifier and Type Method Description Set<Match.Reason>
Match. getReasons()
Methods in org.gbif.api.model.collections.lookup with parameters of type Match.Reason Modifier and Type Method Description Match<T>
Match. 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.Reason Modifier and Type Method Description static <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)
-