Uses of Interface
org.apache.olingo.odata2.api.uri.PathSegment
-
Packages that use PathSegment Package Description org.apache.olingo.odata2.api.uri URI Parser Facade -
-
Uses of PathSegment in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return PathSegment Modifier and Type Method Description protected abstract PathSegmentUriParser. buildPathSegment(String path, Map<String,List<String>> matrixParameters)Creates an path segment object.static PathSegmentUriParser. createPathSegment(String path, Map<String,List<String>> matrixParameters)Creates an path segment object.Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type PathSegment Modifier and Type Method Description List<PathSegment>PathInfo. getODataSegments()Gets OData path segments as immutable list.List<PathSegment>PathInfo. getPrecedingSegments()Gets preceding path segments.Method parameters in org.apache.olingo.odata2.api.uri with type arguments of type PathSegment Modifier and Type Method Description abstract UriInfoUriParser. parse(List<PathSegment> pathSegments, Map<String,String> queryParameters)Parses path segments and query parameters.static UriInfoUriParser. parse(Edm edm, List<PathSegment> pathSegments, Map<String,String> queryParameters)Parses path segments and query parameters for the given EDM.abstract UriInfoUriParser. parseAll(List<PathSegment> pathSegments, Map<String,List<String>> allQueryParameters)Parses path segments and query parameters.
-