Package org.apache.olingo.server.api.uri
Interface UriResourcePartTyped
- All Superinterfaces:
UriResource
- All Known Subinterfaces:
UriResourceAction
,UriResourceComplexProperty
,UriResourceEntitySet
,UriResourceFunction
,UriResourceIt
,UriResourceLambdaAll
,UriResourceLambdaAny
,UriResourceLambdaVariable
,UriResourceNavigation
,UriResourcePrimitiveProperty
,UriResourceProperty
,UriResourceSingleton
Used to describe an typed resource part (super interface)
-
Method Summary
Modifier and TypeMethodDescriptiongetSegmentValue
(boolean includeFilters) getType()
boolean
toString
(boolean includeFilters) Methods inherited from interface org.apache.olingo.server.api.uri.UriResource
getKind, getSegmentValue, toString
-
Method Details
-
getType
EdmType getType()- Returns:
- Type of the resource part
-
isCollection
boolean isCollection()- Returns:
- True if the resource part is a collection, otherwise false
-
getSegmentValue
- Returns:
- String representation of the type
-
toString
- Returns:
- String representation of the type
-