Uses of Class
org.gbif.api.model.collections.lookup.InstitutionMatched
Packages that use InstitutionMatched
-
Uses of InstitutionMatched in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return types with arguments of type InstitutionMatchedModifier and TypeMethodDescriptionLookupResult.getInstitutionMatch()
AlternativeMatches.getInstitutionMatches()
Method parameters in org.gbif.api.model.collections.lookup with type arguments of type InstitutionMatchedModifier and TypeMethodDescriptionvoid
LookupResult.setInstitutionMatch
(Match<InstitutionMatched> institutionMatch) void
AlternativeMatches.setInstitutionMatches
(List<Match<InstitutionMatched>> institutionMatches)