Uses of Class
org.gbif.api.model.collections.lookup.Match
-
Packages that use Match Package Description org.gbif.api.model.collections.lookup -
-
Uses of Match in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return Match Modifier and Type Method Description Match<T>Match. addReason(Match.Reason reason)static <T extends EntityMatched>
Match<T>Match. exact(T entity, Set<Match.Reason> reasons)static <T extends EntityMatched>
Match<T>Match. exact(T entity, Match.Reason... reasons)static <T extends EntityMatched>
Match<T>Match. explicitMapping(T entity, Set<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, Set<Match.Reason> reasons)static <T extends EntityMatched>
Match<T>Match. fuzzy(T entity, Match.Reason... reasons)Match<CollectionMatched>LookupResult. getCollectionMatch()Match<InstitutionMatched>LookupResult. getInstitutionMatch()static <T extends EntityMatched>
Match<T>Match. none()static <T extends EntityMatched>
Match<T>Match. none(Match.Status status)Methods in org.gbif.api.model.collections.lookup that return types with arguments of type Match Modifier and Type Method Description List<Match<CollectionMatched>>AlternativeMatches. getCollectionMatches()List<Match<InstitutionMatched>>AlternativeMatches. getInstitutionMatches()Methods in org.gbif.api.model.collections.lookup with parameters of type Match Modifier and Type Method Description voidLookupResult. setCollectionMatch(Match<CollectionMatched> collectionMatch)voidLookupResult. setInstitutionMatch(Match<InstitutionMatched> institutionMatch)Method parameters in org.gbif.api.model.collections.lookup with type arguments of type Match Modifier and Type Method Description voidAlternativeMatches. setCollectionMatches(List<Match<CollectionMatched>> collectionMatches)voidAlternativeMatches. setInstitutionMatches(List<Match<InstitutionMatched>> institutionMatches)
-