Package | Description |
---|---|
org.gbif.api.model.common.search |
Modifier and Type | Method and Description |
---|---|
List<Facet<P>> |
SearchResponse.getFacets()
Gets the resulting facets of a search operation, the list can be empty if no facets were requested.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResponse.setFacets(List<Facet<P>> facets)
Sets the list of facets.
|
Constructor and Description |
---|
SearchResponse(long offset,
int pageSize,
Long count,
List<T> results,
List<Facet<P>> facets)
Full constructor.
|
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.