public class GroupByItemImpl extends Object implements GroupByItem
| Constructor and Description |
|---|
GroupByItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
GroupByItemImpl |
addRollupItem(GroupByItem groupByItem) |
List<UriResource> |
getPath()
Gets the path.
|
List<GroupByItem> |
getRollup()
Gets the rollup.
|
boolean |
isRollupAll()
Whether a nested rollup clause contains the special value '$all'.
|
GroupByItemImpl |
setIsRollupAll() |
GroupByItemImpl |
setPath(UriInfo uriInfo) |
public List<UriResource> getPath()
GroupByItemgetPath in interface GroupByItemnull)public GroupByItemImpl setPath(UriInfo uriInfo)
public List<GroupByItem> getRollup()
GroupByItemgetRollup in interface GroupByItemnull)public GroupByItemImpl addRollupItem(GroupByItem groupByItem)
public boolean isRollupAll()
GroupByItemisRollupAll in interface GroupByItemtrue if '$all' has been given in rollup, false otherwisepublic GroupByItemImpl setIsRollupAll()
Copyright © 2023. All rights reserved.