Package com.alfresco.content.models
Class RequestPivot
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class RequestPivotA list of pivots.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringkeyprivate List<RequestPivot>pivots
-
Constructor Summary
Constructors Constructor Description RequestPivot(String key, List<RequestPivot> pivots)
-
Method Summary
Modifier and Type Method Description final StringgetKey()A key corresponding to a matching field facet label or stats. final UnitsetKey(@Json(name = "key") String key)A key corresponding to a matching field facet label or stats. final List<RequestPivot>getPivots()final UnitsetPivots(@Json(name = "pivots") List<RequestPivot> pivots)-
-
Constructor Detail
-
RequestPivot
RequestPivot(String key, List<RequestPivot> pivots)
-
-
Method Detail
-
setKey
final Unit setKey(@Json(name = "key") String key)
A key corresponding to a matching field facet label or stats.
-
getPivots
final List<RequestPivot> getPivots()
-
setPivots
final Unit setPivots(@Json(name = "pivots") List<RequestPivot> pivots)
-
-
-
-