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.lookup
Methods 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 void
LookupResult. setInstitutionMatch(Match<InstitutionMatched> institutionMatch)
void
AlternativeMatches. setInstitutionMatches(List<Match<InstitutionMatched>> institutionMatches)
-