| Constructor and Description |
|---|
PathInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<PathSegment> |
getODataSegments()
Gets OData path segments as immutable list.
|
List<PathSegment> |
getPrecedingSegments()
Gets preceding path segments.
|
URI |
getRequestUri()
Get the absolute request URI including any query parameters.
|
URI |
getServiceRoot()
Gets the root URI of this service.
|
void |
setODataPathSegment(List<PathSegment> odataPathSegment) |
void |
setPrecedingPathSegment(List<PathSegment> precedingPathSegment) |
void |
setRequestUri(URI requestUri) |
void |
setServiceRoot(URI uri) |
public void setODataPathSegment(List<PathSegment> odataPathSegment)
public void setPrecedingPathSegment(List<PathSegment> precedingPathSegment)
public void setServiceRoot(URI uri)
public List<PathSegment> getPrecedingSegments()
PathInfogetPrecedingSegments in interface PathInfopublic List<PathSegment> getODataSegments()
PathInfogetODataSegments in interface PathInfopublic URI getServiceRoot()
PathInfogetServiceRoot in interface PathInfopublic URI getRequestUri()
PathInfogetRequestUri in interface PathInfopublic void setRequestUri(URI requestUri)
Copyright © 2020. All rights reserved.