Class DefaultProductionOrderV2ServiceBatch
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2.batch.DefaultProductionOrderV2ServiceBatch
- All Implemented Interfaces:
FluentHelperServiceBatch<ProductionOrderV2ServiceBatch,,ProductionOrderV2ServiceBatchChangeSet> FluentHelperServiceBatchExecute,ProductionOrderV2ServiceBatch
public class DefaultProductionOrderV2ServiceBatch
extends BatchFluentHelperBasic<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet>
implements ProductionOrderV2ServiceBatch
Default implementation of the
ProductionOrderV2ServiceBatch interface exposed in the
ProductionOrderV2Service, allowing
you to create multiple changesets and finally execute the batch request.-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of this DefaultProductionOrderV2ServiceBatch.DefaultProductionOrderV2ServiceBatch(ProductionOrderV2Service service, String servicePath) Creates a new instance of this DefaultProductionOrderV2ServiceBatch. -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected DefaultProductionOrderV2ServiceBatchgetThis()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
addChangeSet, addReadOperations, addReadOperations, addReadOperations, executeRequest, toRequest, withoutCsrfTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatch
addChangeSet, addReadOperations, addReadOperations, addReadOperationsMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatchExecute
executeRequest
-
Constructor Details
-
DefaultProductionOrderV2ServiceBatch
Creates a new instance of this DefaultProductionOrderV2ServiceBatch.- Parameters:
service- The service to execute all operations in this changeset on.
-
DefaultProductionOrderV2ServiceBatch
public DefaultProductionOrderV2ServiceBatch(@Nonnull ProductionOrderV2Service service, @Nonnull String servicePath) Creates a new instance of this DefaultProductionOrderV2ServiceBatch.- Parameters:
service- The service to execute all operations in this changeset on.servicePath- The custom service path to operate on.
-
-
Method Details
-
getServicePathForBatchRequest
-
getThis
- Specified by:
getThisin classBatchFluentHelperBasic<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet>
-
beginChangeSet
- Specified by:
beginChangeSetin interfaceFluentHelperServiceBatch<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet>
-