Package org.apache.olingo.odata2.core
Class ODataPathSegmentImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.ODataPathSegmentImpl
-
- All Implemented Interfaces:
PathSegment
public class ODataPathSegmentImpl extends Object implements PathSegment
-
-
Constructor Detail
-
ODataPathSegmentImpl
public ODataPathSegmentImpl(String path, Map<String,List<String>> matrixParameters)
Constructor for an path segment object.- Parameters:
path- path of created path segmentmatrixParameters- Map of Lists of matrix parameters for this path segment (can be null if no matrix parameters should be set for this path segment)
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPathin interfacePathSegment
-
getMatrixParameters
public Map<String,List<String>> getMatrixParameters()
- Specified by:
getMatrixParametersin interfacePathSegment
-
-