Class DefaultBatchParam.Builder
java.lang.Object
de.hybris.platform.odata2services.odata.processor.handler.persistence.batch.DefaultBatchParam.Builder
- Enclosing class:
- DefaultBatchParam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBatchHandler(org.apache.olingo.odata2.api.batch.BatchHandler batchHandler) withContent(InputStream content) withContext(org.apache.olingo.odata2.api.processor.ODataContext context) withResponseContentType(String responseContentType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withBatchHandler
public DefaultBatchParam.Builder withBatchHandler(org.apache.olingo.odata2.api.batch.BatchHandler batchHandler) -
withResponseContentType
-
withContent
-
withContext
public DefaultBatchParam.Builder withContext(org.apache.olingo.odata2.api.processor.ODataContext context) -
build
-