Class DefaultProcessOrderV2ServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ProcessOrderV2ServiceBatch,ProcessOrderV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorderv2.batch.DefaultProcessOrderV2ServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ProcessOrderV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProcessOrderV2ServiceBatch>,ProcessOrderV2ServiceBatchChangeSet
public class DefaultProcessOrderV2ServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ProcessOrderV2ServiceBatch,ProcessOrderV2ServiceBatchChangeSet>
implements ProcessOrderV2ServiceBatchChangeSet
Implementation of the
ProcessOrderV2ServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ProcessOrderV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateProcessOrder_2(ProcessOrder_2 processOrder_2) Create a newProcessOrder_2entity and save it to the S/4HANA system.getThis()updateProcessOrder_2(ProcessOrder_2 processOrder_2) Update an existingProcessOrder_2entity and save it to the S/4HANA system.updateProcessOrderComponent_2(ProcessOrderComponent_2 processOrderComponent_2) Update an existingProcessOrderComponent_2entity and save it to the S/4HANA system.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
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<ProcessOrderV2ServiceBatch,ProcessOrderV2ServiceBatchChangeSet>
-
updateProcessOrderComponent_2
@Nonnull public ProcessOrderV2ServiceBatchChangeSet updateProcessOrderComponent_2(@Nonnull ProcessOrderComponent_2 processOrderComponent_2) Description copied from interface:ProcessOrderV2ServiceBatchChangeSetUpdate an existingProcessOrderComponent_2entity and save it to the S/4HANA system.- Specified by:
updateProcessOrderComponent_2in interfaceProcessOrderV2ServiceBatchChangeSet- Parameters:
processOrderComponent_2-ProcessOrderComponent_2entity object that will be updated 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.
-
createProcessOrder_2
@Nonnull public ProcessOrderV2ServiceBatchChangeSet createProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2) Description copied from interface:ProcessOrderV2ServiceBatchChangeSetCreate a newProcessOrder_2entity and save it to the S/4HANA system.- Specified by:
createProcessOrder_2in interfaceProcessOrderV2ServiceBatchChangeSet- Parameters:
processOrder_2-ProcessOrder_2entity 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.
-
updateProcessOrder_2
@Nonnull public ProcessOrderV2ServiceBatchChangeSet updateProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2) Description copied from interface:ProcessOrderV2ServiceBatchChangeSetUpdate an existingProcessOrder_2entity and save it to the S/4HANA system.- Specified by:
updateProcessOrder_2in interfaceProcessOrderV2ServiceBatchChangeSet- Parameters:
processOrder_2-ProcessOrder_2entity object that will be updated 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.
-