Uses of Class
org.gbif.api.model.collections.AlternativeCode
Packages that use AlternativeCode
- 
Uses of AlternativeCode in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return types with arguments of type AlternativeCodeModifier and TypeMethodDescriptionCollection.getAlternativeCodes()Alternative codes for a collection.CollectionEntity.getAlternativeCodes()Alternative codes of the entityInstitution.getAlternativeCodes()Alternative codes for an institution.Method parameters in org.gbif.api.model.collections with type arguments of type AlternativeCodeModifier and TypeMethodDescriptionvoidCollection.setAlternativeCodes(List<AlternativeCode> alternativeCodes) voidCollectionEntity.setAlternativeCodes(List<AlternativeCode> alternativeCodes) voidInstitution.setAlternativeCodes(List<AlternativeCode> alternativeCodes)