Class RequestBatchEntityBuilder
java.lang.Object
de.hybris.platform.odata2services.odata.monitoring.RequestBatchEntityBuilder
A builder for
RequestBatchEntity.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected StringderiveIntegrationKey(org.apache.olingo.odata2.api.processor.ODataContext context) protected StringderiveIntegrationObjectType(org.apache.olingo.odata2.api.processor.ODataContext context) protected StringextractIntegrationKey(org.apache.olingo.odata2.api.uri.PathSegment pathSegment) static RequestBatchEntityBuilderwithBatchContent(InputStream body) withContext(org.apache.olingo.odata2.api.processor.ODataContext context) withIntegrationKey(String key) withMessageId(String id) withNumberOfChangeSets(int cnt)
-
Constructor Details
-
RequestBatchEntityBuilder
public RequestBatchEntityBuilder()
-
-
Method Details
-
requestBatchEntity
-
withContext
public RequestBatchEntityBuilder withContext(org.apache.olingo.odata2.api.processor.ODataContext context) -
withBatchContent
-
withMessageId
-
withIntegrationObjectType
-
withNumberOfChangeSets
-
withIntegrationKey
-
build
-
deriveIntegrationObjectType
protected String deriveIntegrationObjectType(org.apache.olingo.odata2.api.processor.ODataContext context) -
deriveIntegrationKey
-
extractIntegrationKey
-