All Superinterfaces:
ApplyItem

public interface Skip extends ApplyItem
Represents the skip 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 skip option.

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

    getKind
  • Method Details

    • getSkipOption

      SkipOption getSkipOption()
      Gets the skip option.
      Returns:
      a SkipOption (but never null)