Class ConcatImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.ConcatImpl
Represents the concat 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 TypeMethodDescriptionaddApplyOption(ApplyOption option) Gets the concatenated apply options.getKind()Gets the kind of the transformation.
-
Constructor Details
-
ConcatImpl
public ConcatImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getApplyOptions
Description copied from interface:ConcatGets the concatenated apply options.- Specified by:
getApplyOptionsin interfaceConcat- Returns:
- a non-empty list of apply options (and never
null)
-
addApplyOption
-