Uses of Class
org.gbif.api.model.collections.lookup.CollectionMatched
-
Packages that use CollectionMatched Package Description org.gbif.api.model.collections.lookup -
-
Uses of CollectionMatched in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return types with arguments of type CollectionMatched Modifier and Type Method Description Match<CollectionMatched>
LookupResult. getCollectionMatch()
List<Match<CollectionMatched>>
AlternativeMatches. getCollectionMatches()
Method parameters in org.gbif.api.model.collections.lookup with type arguments of type CollectionMatched Modifier and Type Method Description void
LookupResult. setCollectionMatch(Match<CollectionMatched> collectionMatch)
void
AlternativeMatches. setCollectionMatches(List<Match<CollectionMatched>> collectionMatches)
-