| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.api.uri.info |
URI Parser Result Views
|
| org.apache.olingo.odata2.core.uri |
| Modifier and Type | Method and Description |
|---|---|
List<NavigationSegment> |
UriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
| Modifier and Type | Method and Description |
|---|---|
List<NavigationSegment> |
PutMergePatchUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
PostUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetSimplePropertyUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetMediaResourceUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntityUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntitySetUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntitySetLinksUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntitySetLinksCountUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntitySetCountUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntityLinkUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntityLinkCountUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetEntityCountUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
GetComplexPropertyUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
List<NavigationSegment> |
DeleteUriInfo.getNavigationSegments()
Gets the navigation segments, or an empty list if no navigation has been used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NavigationSegmentImpl |
| Modifier and Type | Method and Description |
|---|---|
List<NavigationSegment> |
UriInfoImpl.getNavigationSegments() |
| Modifier and Type | Method and Description |
|---|---|
void |
UriInfoImpl.addNavigationSegment(NavigationSegment navigationSegment) |
Copyright © 2020. All rights reserved.