Uses of Class
org.gbif.api.model.common.search.Facet.Count
-
Packages that use Facet.Count Package Description org.gbif.api.model.common.search -
-
Uses of Facet.Count in org.gbif.api.model.common.search
Methods in org.gbif.api.model.common.search that return types with arguments of type Facet.Count Modifier and Type Method Description List<Facet.Count>
Facet. getCounts()
List of the different categories/count for this facet.Method parameters in org.gbif.api.model.common.search with type arguments of type Facet.Count Modifier and Type Method Description void
Facet. setCounts(List<Facet.Count> counts)
Sets the list of counts/categories for this faceted field.Constructor parameters in org.gbif.api.model.common.search with type arguments of type Facet.Count Constructor Description Facet(T field, List<Facet.Count> counts)
Full constructor.
-