Uses of Class
org.gbif.api.model.collections.AlternativeCode
-
Packages that use AlternativeCode Package Description org.gbif.api.model.collections -
-
Uses of AlternativeCode in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type AlternativeCode Modifier and Type Method Description List<AlternativeCode>Collection. getAlternativeCodes()Alternative codes for a collection.List<AlternativeCode>CollectionEntity. getAlternativeCodes()Alternative codes of the entityList<AlternativeCode>Institution. getAlternativeCodes()Alternative codes for an institution.Method parameters in org.gbif.api.model.collections with type arguments of type AlternativeCode Modifier and Type Method Description voidCollection. setAlternativeCodes(List<AlternativeCode> alternativeCodes)voidCollectionEntity. setAlternativeCodes(List<AlternativeCode> alternativeCodes)voidInstitution. setAlternativeCodes(List<AlternativeCode> alternativeCodes)
-