Class RequestBatchEntityBuilder
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.monitoring.RequestBatchEntityBuilder
-
public class RequestBatchEntityBuilder extends java.lang.ObjectA builder forRequestBatchEntity.
-
-
Constructor Summary
Constructors Constructor Description RequestBatchEntityBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestBatchEntitybuild()protected java.lang.StringderiveIntegrationKey(org.apache.olingo.odata2.api.processor.ODataContext context)protected java.lang.StringderiveIntegrationObjectType(org.apache.olingo.odata2.api.processor.ODataContext context)protected java.lang.StringextractIntegrationKey(org.apache.olingo.odata2.api.uri.PathSegment pathSegment)static RequestBatchEntityBuilderrequestBatchEntity()RequestBatchEntityBuilderwithBatchContent(java.io.InputStream body)RequestBatchEntityBuilderwithContext(org.apache.olingo.odata2.api.processor.ODataContext context)RequestBatchEntityBuilderwithIntegrationKey(java.lang.String key)RequestBatchEntityBuilderwithIntegrationObjectType(java.lang.String type)RequestBatchEntityBuilderwithMessageId(java.lang.String id)RequestBatchEntityBuilderwithNumberOfChangeSets(int cnt)
-
-
-
Method Detail
-
requestBatchEntity
public static RequestBatchEntityBuilder requestBatchEntity()
-
withContext
public RequestBatchEntityBuilder withContext(org.apache.olingo.odata2.api.processor.ODataContext context)
-
withBatchContent
public RequestBatchEntityBuilder withBatchContent(java.io.InputStream body)
-
withMessageId
public RequestBatchEntityBuilder withMessageId(java.lang.String id)
-
withIntegrationObjectType
public RequestBatchEntityBuilder withIntegrationObjectType(java.lang.String type)
-
withNumberOfChangeSets
public RequestBatchEntityBuilder withNumberOfChangeSets(int cnt)
-
withIntegrationKey
public RequestBatchEntityBuilder withIntegrationKey(java.lang.String key)
-
build
public RequestBatchEntity build()
-
deriveIntegrationObjectType
protected java.lang.String deriveIntegrationObjectType(org.apache.olingo.odata2.api.processor.ODataContext context)
-
deriveIntegrationKey
protected java.lang.String deriveIntegrationKey(org.apache.olingo.odata2.api.processor.ODataContext context)
-
extractIntegrationKey
protected java.lang.String extractIntegrationKey(org.apache.olingo.odata2.api.uri.PathSegment pathSegment)
-
-