Class DefaultBatchParam
java.lang.Object
de.hybris.platform.odata2services.odata.processor.handler.persistence.batch.DefaultBatchParam
- All Implemented Interfaces:
BatchParam
Default implementation of the
BatchParam-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultBatchParam.Builderorg.apache.olingo.odata2.api.batch.BatchHandlerGets theBatchHandlerList<org.apache.olingo.odata2.api.batch.BatchRequestPart>Gets the list ofBatchRequestPartintGets the number of batch request parts
-
Constructor Details
-
DefaultBatchParam
public DefaultBatchParam()
-
-
Method Details
-
batchParam
-
getBatchHandler
public org.apache.olingo.odata2.api.batch.BatchHandler getBatchHandler()Description copied from interface:BatchParamGets theBatchHandler- Specified by:
getBatchHandlerin interfaceBatchParam- Returns:
- batch handler
-
getBatchRequestParts
Description copied from interface:BatchParamGets the list ofBatchRequestPart- Specified by:
getBatchRequestPartsin interfaceBatchParam- Returns:
- list of batch request parts, or empty list if none
-
getBatchRequestPartSize
public int getBatchRequestPartSize()Description copied from interface:BatchParamGets the number of batch request parts- Specified by:
getBatchRequestPartSizein interfaceBatchParam- Returns:
- size of 0 or greater
-