All Superinterfaces:
ApplyItem

public interface GroupBy extends 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 Type
    Method
    Description
    Gets the apply option to be applied to the grouped items.
    Gets the items to group.

    Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem

    getKind
  • Method Details

    • getGroupByItems

      List<GroupByItem> getGroupByItems()
      Gets the items to group.
      Returns:
      a non-empty list of GroupByItems (but never null)
    • getApplyOption

      ApplyOption getApplyOption()
      Gets the apply option to be applied to the grouped items.
      Returns:
      an ApplyOption (but never null)