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 boolean
Collection. 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 Collection
CollectionView. getCollection()
Methods in org.gbif.api.model.collections.view with parameters of type Collection Modifier and Type Method Description void
CollectionView. setCollection(Collection collection)
Constructors in org.gbif.api.model.collections.view with parameters of type Collection Constructor Description CollectionView(Collection collection)
-