Class DefaultProductionOrderConfirmationV2ServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ProductionOrderConfirmationV2ServiceBatch,ProductionOrderConfirmationV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderconfirmationv2.batch.DefaultProductionOrderConfirmationV2ServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ProductionOrderConfirmationV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductionOrderConfirmationV2ServiceBatch>,ProductionOrderConfirmationV2ServiceBatchChangeSet
public class DefaultProductionOrderConfirmationV2ServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ProductionOrderConfirmationV2ServiceBatch,ProductionOrderConfirmationV2ServiceBatchChangeSet>
implements ProductionOrderConfirmationV2ServiceBatchChangeSet
Implementation of the
ProductionOrderConfirmationV2ServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
ProductionOrderConfirmationV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateProdnOrdConf2(ProdnOrdConf2 prodnOrdConf2) Create a newProdnOrdConf2entity and save it to the S/4HANA system.createProdnOrdConfMatlDocItm(ProdnOrdConfMatlDocItm prodnOrdConfMatlDocItm) Create a newProdnOrdConfMatlDocItmentity and save it to the S/4HANA system.getThis()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods 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.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
getThis
-
createProdnOrdConfMatlDocItm
@Nonnull public ProductionOrderConfirmationV2ServiceBatchChangeSet createProdnOrdConfMatlDocItm(@Nonnull ProdnOrdConfMatlDocItm prodnOrdConfMatlDocItm) Description copied from interface:ProductionOrderConfirmationV2ServiceBatchChangeSetCreate a newProdnOrdConfMatlDocItmentity and save it to the S/4HANA system.- Specified by:
createProdnOrdConfMatlDocItmin interfaceProductionOrderConfirmationV2ServiceBatchChangeSet- Parameters:
prodnOrdConfMatlDocItm-ProdnOrdConfMatlDocItmentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createProdnOrdConf2
@Nonnull public ProductionOrderConfirmationV2ServiceBatchChangeSet createProdnOrdConf2(@Nonnull ProdnOrdConf2 prodnOrdConf2) Description copied from interface:ProductionOrderConfirmationV2ServiceBatchChangeSetCreate a newProdnOrdConf2entity and save it to the S/4HANA system.- Specified by:
createProdnOrdConf2in interfaceProductionOrderConfirmationV2ServiceBatchChangeSet- Parameters:
prodnOrdConf2-ProdnOrdConf2entity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-