Package org.apache.olingo.odata2.core
Class PathInfoImpl
java.lang.Object
org.apache.olingo.odata2.core.PathInfoImpl
- All Implemented Interfaces:
PathInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetODataPathSegment(List<PathSegment> odataPathSegment) voidsetPrecedingPathSegment(List<PathSegment> precedingPathSegment) voidsetRequestUri(URI requestUri) voidsetServiceRoot(URI uri)
-
Constructor Details
-
PathInfoImpl
public PathInfoImpl()
-
-
Method Details
-
setODataPathSegment
-
setPrecedingPathSegment
-
setServiceRoot
-
getPrecedingSegments
- Specified by:
getPrecedingSegmentsin interfacePathInfo
-
getODataSegments
- Specified by:
getODataSegmentsin interfacePathInfo
-
getServiceRoot
- Specified by:
getServiceRootin interfacePathInfo
-
getRequestUri
- Specified by:
getRequestUriin interfacePathInfo
-
setRequestUri
-