Class DefaultProcessOrderConfirmationV2ServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ProcessOrderConfirmationV2ServiceBatch,ProcessOrderConfirmationV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorderconfirmationv2.batch.DefaultProcessOrderConfirmationV2ServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ProcessOrderConfirmationV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProcessOrderConfirmationV2ServiceBatch>,ProcessOrderConfirmationV2ServiceBatchChangeSet
public class DefaultProcessOrderConfirmationV2ServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ProcessOrderConfirmationV2ServiceBatch,ProcessOrderConfirmationV2ServiceBatchChangeSet>
implements ProcessOrderConfirmationV2ServiceBatchChangeSet
Implementation of the
ProcessOrderConfirmationV2ServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
ProcessOrderConfirmationV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateProcOrdConf2(ProcOrdConf2 procOrdConf2) Create a newProcOrdConf2entity and save it to the S/4HANA system.createProcOrdConfMatlDocItm(ProcOrdConfMatlDocItm procOrdConfMatlDocItm) Create a newProcOrdConfMatlDocItmentity 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
-
createProcOrdConf2
@Nonnull public ProcessOrderConfirmationV2ServiceBatchChangeSet createProcOrdConf2(@Nonnull ProcOrdConf2 procOrdConf2) Description copied from interface:ProcessOrderConfirmationV2ServiceBatchChangeSetCreate a newProcOrdConf2entity and save it to the S/4HANA system.- Specified by:
createProcOrdConf2in interfaceProcessOrderConfirmationV2ServiceBatchChangeSet- Parameters:
procOrdConf2-ProcOrdConf2entity 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.
-
createProcOrdConfMatlDocItm
@Nonnull public ProcessOrderConfirmationV2ServiceBatchChangeSet createProcOrdConfMatlDocItm(@Nonnull ProcOrdConfMatlDocItm procOrdConfMatlDocItm) Description copied from interface:ProcessOrderConfirmationV2ServiceBatchChangeSetCreate a newProcOrdConfMatlDocItmentity and save it to the S/4HANA system.- Specified by:
createProcOrdConfMatlDocItmin interfaceProcessOrderConfirmationV2ServiceBatchChangeSet- Parameters:
procOrdConfMatlDocItm-ProcOrdConfMatlDocItmentity 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.
-