Uses of Interface
org.apache.olingo.odata2.api.uri.PathSegment
Packages that use PathSegment
Package
Description
URI Parser Facade
-
Uses of PathSegment in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return PathSegmentModifier and TypeMethodDescriptionprotected abstract PathSegmentCreates an path segment object.static PathSegmentCreates an path segment object.Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type PathSegmentModifier and TypeMethodDescriptionPathInfo.getODataSegments()Gets OData path segments as immutable list.PathInfo.getPrecedingSegments()Gets preceding path segments.Method parameters in org.apache.olingo.odata2.api.uri with type arguments of type PathSegmentModifier and TypeMethodDescriptionabstract UriInfoParses path segments and query parameters.abstract UriInfoUriParser.parse(List<PathSegment> pathSegments, Map<String, String> queryParameters, boolean strictFilter) Deprecated.static UriInfoParses path segments and query parameters for the given EDM.static UriInfoUriParser.parse(Edm edm, List<PathSegment> pathSegments, Map<String, String> queryParameters, boolean strictFilter) Deprecated.abstract UriInfoParses path segments and query parameters. -
Uses of PathSegment in org.apache.olingo.odata2.core
Classes in org.apache.olingo.odata2.core that implement PathSegmentMethods in org.apache.olingo.odata2.core that return types with arguments of type PathSegmentModifier and TypeMethodDescriptionPathInfoImpl.getODataSegments()PathInfoImpl.getPrecedingSegments()Method parameters in org.apache.olingo.odata2.core with type arguments of type PathSegmentModifier and TypeMethodDescriptionvoidPathInfoImpl.setODataPathSegment(List<PathSegment> odataPathSegment) voidPathInfoImpl.setPrecedingPathSegment(List<PathSegment> precedingPathSegment) -
Uses of PathSegment in org.apache.olingo.odata2.core.uri
Methods in org.apache.olingo.odata2.core.uri that return PathSegmentMethod parameters in org.apache.olingo.odata2.core.uri with type arguments of type PathSegment