java.lang.Object
de.hybris.platform.odata2webservices.odata.builders.PathInfoBuilder

public class PathInfoBuilder extends Object
A builder to create PathInfos according to specifications in the tests.
  • Method Details

    • pathInfo

      public static PathInfoBuilder pathInfo()
      Creates new instance of this builder.
      Returns:
      instance of the builder, which has no specifications done to it yet.
    • withServiceName

      public PathInfoBuilder withServiceName(String name)
    • withEntitySet

      public PathInfoBuilder withEntitySet(String set)
    • withEntityKeys

      public PathInfoBuilder withEntityKeys(String... keys)
    • withNavigationSegment

      public PathInfoBuilder withNavigationSegment(String segment)
    • withRequestPath

      public PathInfoBuilder withRequestPath(String path)
    • build

      public org.apache.olingo.odata2.core.PathInfoImpl build()