Package org.apache.olingo.server.api.uri
Interface UriResourceSingleton
- All Superinterfaces:
UriResource
,UriResourcePartTyped
Used to describe an entity set used within an resource path
For example: http://.../serviceroot/singleton
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
getSingleton
EdmSingleton getSingleton()- Returns:
- Singleton used in the resource path
-
getEntityType
EdmEntityType getEntityType()- Returns:
- Type of the Singleton
-
getEntityTypeFilter
EdmEntityType getEntityTypeFilter()- Returns:
- Type filter
-