Class ExpandImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.ExpandImpl
Represents the expand transformation.
-
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 TypeMethodDescriptionGets the expand option.getKind()Gets the kind of the transformation.setExpandOption(ExpandOption expandOption)
-
Constructor Details
-
ExpandImpl
public ExpandImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getExpandOption
Description copied from interface:ExpandGets the expand option.- Specified by:
getExpandOptionin interfaceExpand- Returns:
- an
ExpandOption(but nevernull)
-
setExpandOption
-