Uses of Interface
org.apache.olingo.odata2.api.uri.NavigationPropertySegment
Packages that use NavigationPropertySegment
Package
Description
URI Parser Facade
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 NavigationPropertySegmentModifier and TypeMethodDescriptionUriInfo.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.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 NavigationPropertySegmentModifier and TypeMethodDescriptionGetEntitySetUriInfo.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.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.GetFunctionImportUriInfo.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. -
Uses of NavigationPropertySegment in org.apache.olingo.odata2.core.uri
Classes in org.apache.olingo.odata2.core.uri that implement NavigationPropertySegmentMethods in org.apache.olingo.odata2.core.uri that return types with arguments of type NavigationPropertySegmentModifier and TypeMethodDescriptionUriInfoImpl.getExpand()SelectItemImpl.getNavigationPropertySegments()Methods in org.apache.olingo.odata2.core.uri with parameters of type NavigationPropertySegmentModifier and TypeMethodDescriptionvoidSelectItemImpl.addNavigationPropertySegment(NavigationPropertySegment segment) Method parameters in org.apache.olingo.odata2.core.uri with type arguments of type NavigationPropertySegmentModifier and TypeMethodDescriptionvoidUriInfoImpl.setExpand(List<ArrayList<NavigationPropertySegment>> expand)