Uses of Interface
org.apache.olingo.odata2.api.uri.PathSegment

Packages that use PathSegment
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 types with arguments of type PathSegment
 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
static UriInfo UriParser.parse(Edm edm, List<PathSegment> pathSegments, Map<String,String> queryParameters)
          Parses path segments and query parameters for the given EDM.
abstract  UriInfo UriParser.parse(List<PathSegment> pathSegments, Map<String,String> queryParameters)
          Parses path segments and query parameters.
abstract  UriInfo UriParser.parseAll(List<PathSegment> pathSegments, Map<String,List<String>> allQueryParameters)
          Parses path segments and query parameters.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.