Package com.loop54.model.response
Class DistinctFacet
java.lang.Object
com.loop54.model.response.Facet
com.loop54.model.response.DistinctFacet
This class provides results for a distinct facet. A distinct facet consists of a finite number of
options with the number of connected entities as the values. Only entities connected to selected
facet options are returned. Or all if none are selected.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a facet option found in the result set. -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DistinctFacet
public DistinctFacet()
-
-
Method Details
-
getType
The type of the facet (as set in the request). -
hasValues
public boolean hasValues()Whether or not the facet has any options. -
getItems
The options found for this facet.- Returns:
- The options found for this facet.
-