Class UriResourceTypedImpl
java.lang.Object
org.apache.olingo.server.core.uri.UriResourceImpl
org.apache.olingo.server.core.uri.UriResourceTypedImpl
- All Implemented Interfaces:
UriResource,UriResourcePartTyped
- Direct Known Subclasses:
UriResourceComplexPropertyImpl,UriResourceLambdaAllImpl,UriResourceLambdaAnyImpl,UriResourceLambdaVarImpl,UriResourcePrimitivePropertyImpl,UriResourceSingletonImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSegmentValue(boolean includeFilters) setTypeFilter(EdmStructuredType typeFilter) toString(boolean includeFilters) Methods inherited from class org.apache.olingo.server.core.uri.UriResourceImpl
getKind, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.server.api.uri.UriResource
getKind, getSegmentValue, toStringMethods inherited from interface org.apache.olingo.server.api.uri.UriResourcePartTyped
getType, isCollection
-
Constructor Details
-
UriResourceTypedImpl
-
-
Method Details
-
getTypeFilter
-
setTypeFilter
-
getSegmentValue
- Specified by:
getSegmentValuein interfaceUriResourcePartTyped- Returns:
- String representation of the type
-
toString
- Specified by:
toStringin interfaceUriResourcePartTyped- Returns:
- String representation of the type
-