public class ODataPathSegmentImpl extends Object implements PathSegment
| Constructor and Description |
|---|
ODataPathSegmentImpl(String path,
Map<String,List<String>> matrixParameters)
Constructor for an path segment object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getMatrixParameters() |
String |
getPath() |
public ODataPathSegmentImpl(String path, Map<String,List<String>> matrixParameters)
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)public String getPath()
getPath in interface PathSegmentpublic Map<String,List<String>> getMatrixParameters()
getMatrixParameters in interface PathSegmentCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.