Interface GroupBy
- All Superinterfaces:
ApplyItem
Represents the grouping transformation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind
-
Method Summary
Modifier and TypeMethodDescriptionGets the apply option to be applied to the grouped items.Gets the items to group.
-
Method Details
-
getGroupByItems
List<GroupByItem> getGroupByItems()Gets the items to group.- Returns:
- a non-empty list of
GroupByItem
s (but nevernull
)
-
getApplyOption
ApplyOption getApplyOption()Gets the apply option to be applied to the grouped items.- Returns:
- an
ApplyOption
(but nevernull
)
-