Uses of Class
org.gbif.api.model.common.search.Facet
-
Packages that use Facet Package Description org.gbif.api.model.common.search -
-
Uses of Facet in org.gbif.api.model.common.search
Methods in org.gbif.api.model.common.search that return types with arguments of type Facet Modifier and Type Method Description List<Facet<P>>
SearchResponse. getFacets()
Gets the resulting facets of a search operation, the list can be empty if no facets were requested.Method parameters in org.gbif.api.model.common.search with type arguments of type Facet Modifier and Type Method Description void
SearchResponse. setFacets(List<Facet<P>> facets)
Sets the list of facets.
-