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 TypeMethodDescriptionvoid
Collection.setAlternativeCodes
(List<AlternativeCode> alternativeCodes) void
CollectionEntity.setAlternativeCodes
(List<AlternativeCode> alternativeCodes) void
Institution.setAlternativeCodes
(List<AlternativeCode> alternativeCodes)