Uses of Class
org.gbif.api.model.collections.Collection
-
Packages that use Collection Package Description org.gbif.api.model.collections org.gbif.api.model.collections.view -
-
Uses of Collection in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections with parameters of type Collection Modifier and Type Method Description booleanCollection. lenientEquals(Collection other) -
Uses of Collection in org.gbif.api.model.collections.view
Methods in org.gbif.api.model.collections.view that return Collection Modifier and Type Method Description CollectionCollectionView. getCollection()Methods in org.gbif.api.model.collections.view with parameters of type Collection Modifier and Type Method Description voidCollectionView. setCollection(Collection collection)Constructors in org.gbif.api.model.collections.view with parameters of type Collection Constructor Description CollectionView(Collection collection)
-