Class DefaultPersistenceParam.Builder
java.lang.Object
de.hybris.platform.odata2services.odata.processor.handler.persistence.DefaultPersistenceParam.Builder
- Enclosing class:
- DefaultPersistenceParam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withContent(InputStream content) withContext(org.apache.olingo.odata2.api.processor.ODataContext context) withRequestContentType(String requestContentType) withResponseContentType(String responseContentType) withUriInfo(org.apache.olingo.odata2.api.uri.UriInfo uriInfo)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withUriInfo
public DefaultPersistenceParam.Builder withUriInfo(org.apache.olingo.odata2.api.uri.UriInfo uriInfo) -
withContent
-
withRequestContentType
-
withResponseContentType
-
withContext
public DefaultPersistenceParam.Builder withContext(org.apache.olingo.odata2.api.processor.ODataContext context) -
build
-