Interface ApplyOption
- All Superinterfaces:
QueryOption
,SystemQueryOption
Represents the system query option $apply, defined in the data aggregation extension.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.commons.api.edm.EdmStructuredType
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.QueryOption
getName, getText
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.SystemQueryOption
getKind
-
Method Details
-
getApplyItems
- Returns:
- a list of transformations
-
getEdmStructuredType
org.apache.olingo.commons.api.edm.EdmStructuredType getEdmStructuredType()- Returns:
- the structured type associated with this apply option
-