Class SkipImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.SkipImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Gets the kind of the transformation.Gets the skip option.setSkipOption(SkipOption skipOption)
-
Constructor Details
-
SkipImpl
public SkipImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getSkipOption
Description copied from interface:SkipGets the skip option.- Specified by:
getSkipOptionin interfaceSkip- Returns:
- a
SkipOption(but nevernull)
-
setSkipOption
-