Uses of Interface
org.apache.olingo.odata2.api.uri.NavigationPropertySegment
-
Packages that use NavigationPropertySegment Package Description org.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.info URI Parser Result Views -
-
Uses of NavigationPropertySegment in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type NavigationPropertySegment Modifier and Type Method Description List<ArrayList<NavigationPropertySegment>>UriInfo. getExpand()Gets the value of the $expand system query option as a list of lists of navigation-property segments, or an empty list if not used.List<NavigationPropertySegment>SelectItem. getNavigationPropertySegments()Gets the navigation-property segments for this select item. -
Uses of NavigationPropertySegment in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return types with arguments of type NavigationPropertySegment Modifier and Type Method Description List<ArrayList<NavigationPropertySegment>>GetEntitySetUriInfo. getExpand()Gets the value of the $expand system query option as a list of lists of navigation-property segments, or an empty list if not used.List<ArrayList<NavigationPropertySegment>>GetEntityUriInfo. getExpand()Gets the value of the $expand system query option as a list of lists of navigation-property segments, or an empty list if not used.
-