Class ODataPathSegmentImpl

java.lang.Object
org.apache.olingo.odata2.core.ODataPathSegmentImpl
All Implemented Interfaces:
PathSegment

public class ODataPathSegmentImpl extends Object implements PathSegment
  • Constructor Details

    • ODataPathSegmentImpl

      public ODataPathSegmentImpl(String path, Map<String,List<String>> matrixParameters)
      Constructor for an path segment object.
      Parameters:
      path - path of created path segment
      matrixParameters - 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 Details