java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.TopImpl
All Implemented Interfaces:
Top, ApplyItem

public class TopImpl extends Object implements Top
  • Constructor Details

    • TopImpl

      public TopImpl()
  • Method Details

    • getKind

      public ApplyItem.Kind getKind()
      Description copied from interface: ApplyItem
      Gets the kind of the transformation.
      Specified by:
      getKind in interface ApplyItem
      Returns:
      transformation kind
    • getTopOption

      public TopOption getTopOption()
      Description copied from interface: Top
      Gets the top option.
      Specified by:
      getTopOption in interface Top
      Returns:
      a TopOption (but never null)
    • setTopOption

      public TopImpl setTopOption(TopOption topOption)