Interface Concat
- All Superinterfaces:
ApplyItem
Represents the concat transformation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind
-
Method Summary
Modifier and TypeMethodDescriptionGets the concatenated apply options.
-
Method Details
-
getApplyOptions
List<ApplyOption> getApplyOptions()Gets the concatenated apply options.- Returns:
- a non-empty list of apply options (and never
null
)
-