Uses of Class
de.hybris.platform.odata2webservices.odata.builders.PathInfoBuilder
-
Packages that use PathInfoBuilder Package Description de.hybris.platform.odata2webservices.odata.builders -
-
Uses of PathInfoBuilder in de.hybris.platform.odata2webservices.odata.builders
Methods in de.hybris.platform.odata2webservices.odata.builders that return PathInfoBuilder Modifier and Type Method Description static PathInfoBuilderPathInfoBuilder. pathInfo()Creates new instance of this builder.PathInfoBuilderPathInfoBuilder. withEntityKeys(java.lang.String... keys)PathInfoBuilderPathInfoBuilder. withEntitySet(java.lang.String set)PathInfoBuilderPathInfoBuilder. withNavigationSegment(java.lang.String segment)PathInfoBuilderPathInfoBuilder. withRequestPath(java.lang.String path)PathInfoBuilderPathInfoBuilder. withServiceName(java.lang.String name)Methods in de.hybris.platform.odata2webservices.odata.builders with parameters of type PathInfoBuilder Modifier and Type Method Description ODataRequestBuilderODataRequestBuilder. withPathInfo(PathInfoBuilder builder)
-