Package org.apache.olingo.server.api.uri
Interface UriResourceLambdaAll
- All Superinterfaces:
UriResource
,UriResourcePartTyped
Used to describe an all lambda expression used within an resource path
For example: http://.../serviceroot/entityset/all(...)
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.UriResource
getKind, getSegmentValue, toString
Methods inherited from interface org.apache.olingo.server.api.uri.UriResourcePartTyped
getSegmentValue, getType, isCollection, toString
-
Method Details
-
getLambdaVariable
String getLambdaVariable()- Returns:
- Name of the lambda variable
-
getExpression
Expression getExpression()- Returns:
- Lambda expression
-