Class PathInfoBuilder
java.lang.Object
de.hybris.platform.odata2webservices.odata.builders.PathInfoBuilder
A builder to create
PathInfos according to specifications in the tests.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.olingo.odata2.core.PathInfoImplbuild()static PathInfoBuilderpathInfo()Creates new instance of this builder.withEntityKeys(String... keys) withEntitySet(String set) withNavigationSegment(String segment) withRequestPath(String path) withServiceName(String name)
-
Method Details
-
pathInfo
Creates new instance of this builder.- Returns:
- instance of the builder, which has no specifications done to it yet.
-
withServiceName
-
withEntitySet
-
withEntityKeys
-
withRequestPath
-
build
public org.apache.olingo.odata2.core.PathInfoImpl build()
-