Package org.apache.olingo.server.api.uri
Interface UriResourceProperty
- All Superinterfaces:
UriResource
,UriResourcePartTyped
- All Known Subinterfaces:
UriResourceComplexProperty
,UriResourcePrimitiveProperty
Used to describe an resource part which is an property (super interface)
-
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
-
getProperty
EdmProperty getProperty()- Returns:
- Property used in the resource path
-