Package com.alfresco.content.models
Class RequestFacetIntervalsInIntervals
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class RequestFacetIntervalsInIntervals
-
-
Constructor Summary
Constructors Constructor Description RequestFacetIntervalsInIntervals(String field, String label, List<RequestFacetSet> sets)
-
Method Summary
Modifier and Type Method Description final StringgetField()The field to facet on final UnitsetField(@Json(name = "field") String field)The field to facet on final StringgetLabel()A label to use to identify the field facet final UnitsetLabel(@Json(name = "label") String label)A label to use to identify the field facet final List<RequestFacetSet>getSets()Sets the intervals for all fields. final UnitsetSets(@Json(name = "sets") List<RequestFacetSet> sets)Sets the intervals for all fields. -
-
Constructor Detail
-
RequestFacetIntervalsInIntervals
RequestFacetIntervalsInIntervals(String field, String label, List<RequestFacetSet> sets)
-
-
Method Detail
-
setLabel
final Unit setLabel(@Json(name = "label") String label)
A label to use to identify the field facet
-
getSets
final List<RequestFacetSet> getSets()
Sets the intervals for all fields.
-
setSets
final Unit setSets(@Json(name = "sets") List<RequestFacetSet> sets)
Sets the intervals for all fields.
-
-
-
-