Package org.apache.olingo.odata2.core
Class PathInfoImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.PathInfoImpl
-
-
Constructor Summary
Constructors Constructor Description PathInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PathSegment>getODataSegments()List<PathSegment>getPrecedingSegments()URIgetRequestUri()URIgetServiceRoot()voidsetODataPathSegment(List<PathSegment> odataPathSegment)voidsetPrecedingPathSegment(List<PathSegment> precedingPathSegment)voidsetRequestUri(URI requestUri)voidsetServiceRoot(URI uri)
-
-
-
Method Detail
-
setODataPathSegment
public void setODataPathSegment(List<PathSegment> odataPathSegment)
-
setPrecedingPathSegment
public void setPrecedingPathSegment(List<PathSegment> precedingPathSegment)
-
setServiceRoot
public void setServiceRoot(URI uri)
-
getPrecedingSegments
public List<PathSegment> getPrecedingSegments()
- Specified by:
getPrecedingSegmentsin interfacePathInfo
-
getODataSegments
public List<PathSegment> getODataSegments()
- Specified by:
getODataSegmentsin interfacePathInfo
-
getServiceRoot
public URI getServiceRoot()
- Specified by:
getServiceRootin interfacePathInfo
-
getRequestUri
public URI getRequestUri()
- Specified by:
getRequestUriin interfacePathInfo
-
setRequestUri
public void setRequestUri(URI requestUri)
-
-