Uses of Class
org.gbif.api.model.collections.lookup.InstitutionMatched
- 
Packages that use InstitutionMatched Package Description org.gbif.api.model.collections.lookup 
- 
- 
Uses of InstitutionMatched in org.gbif.api.model.collections.lookupMethods in org.gbif.api.model.collections.lookup that return types with arguments of type InstitutionMatched Modifier and Type Method Description Match<InstitutionMatched>LookupResult. getInstitutionMatch()List<Match<InstitutionMatched>>AlternativeMatches. getInstitutionMatches()Method parameters in org.gbif.api.model.collections.lookup with type arguments of type InstitutionMatched Modifier and Type Method Description voidLookupResult. setInstitutionMatch(Match<InstitutionMatched> institutionMatch)voidAlternativeMatches. setInstitutionMatches(List<Match<InstitutionMatched>> institutionMatches)
 
-