Package org.apache.olingo.server.api.uri
Interface UriResourceLambdaVariable
- All Superinterfaces:
UriResource
,UriResourcePartTyped
Used to describe an lambda variable used within an resource path
For example: http://.../serviceroot/entityset/listofstring/any(d: 'string' eq d)
-
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
-
getVariableName
String getVariableName()- Returns:
- Name of the lambda variable
-