Class DefaultCustomerReturnsDeliveryServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<CustomerReturnsDeliveryServiceBatch,CustomerReturnsDeliveryServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturnsdelivery.batch.DefaultCustomerReturnsDeliveryServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<CustomerReturnsDeliveryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CustomerReturnsDeliveryServiceBatch>,CustomerReturnsDeliveryServiceBatchChangeSet
public class DefaultCustomerReturnsDeliveryServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<CustomerReturnsDeliveryServiceBatch,CustomerReturnsDeliveryServiceBatchChangeSet>
implements CustomerReturnsDeliveryServiceBatchChangeSet
Implementation of the
CustomerReturnsDeliveryServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
CustomerReturnsDeliveryService.-
Method Summary
Modifier and TypeMethodDescriptioncreateReturnsDeliveryHeader(ReturnsDeliveryHeader returnsDeliveryHeader) Create a newReturnsDeliveryHeaderentity and save it to the S/4HANA system.deleteReturnsDeliveryHeader(ReturnsDeliveryHeader returnsDeliveryHeader) Deletes an existingReturnsDeliveryHeaderentity in the S/4HANA system.deleteReturnsDeliveryItem(ReturnsDeliveryItem returnsDeliveryItem) Deletes an existingReturnsDeliveryItementity in the S/4HANA system.getThis()updateReturnsDeliveryDocFlow(ReturnsDeliveryDocFlow returnsDeliveryDocFlow) Update an existingReturnsDeliveryDocFlowentity and save it to the S/4HANA system.updateReturnsDeliveryHeader(ReturnsDeliveryHeader returnsDeliveryHeader) Update an existingReturnsDeliveryHeaderentity and save it to the S/4HANA system.updateReturnsDeliveryItem(ReturnsDeliveryItem returnsDeliveryItem) Update an existingReturnsDeliveryItementity 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
-
updateReturnsDeliveryDocFlow
@Nonnull public CustomerReturnsDeliveryServiceBatchChangeSet updateReturnsDeliveryDocFlow(@Nonnull ReturnsDeliveryDocFlow returnsDeliveryDocFlow) Description copied from interface:CustomerReturnsDeliveryServiceBatchChangeSetUpdate an existingReturnsDeliveryDocFlowentity and save it to the S/4HANA system.- Specified by:
updateReturnsDeliveryDocFlowin interfaceCustomerReturnsDeliveryServiceBatchChangeSet- Parameters:
returnsDeliveryDocFlow-ReturnsDeliveryDocFlowentity 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.
-
createReturnsDeliveryHeader
@Nonnull public CustomerReturnsDeliveryServiceBatchChangeSet createReturnsDeliveryHeader(@Nonnull ReturnsDeliveryHeader returnsDeliveryHeader) Description copied from interface:CustomerReturnsDeliveryServiceBatchChangeSetCreate a newReturnsDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
createReturnsDeliveryHeaderin interfaceCustomerReturnsDeliveryServiceBatchChangeSet- Parameters:
returnsDeliveryHeader-ReturnsDeliveryHeaderentity 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.
-
updateReturnsDeliveryHeader
@Nonnull public CustomerReturnsDeliveryServiceBatchChangeSet updateReturnsDeliveryHeader(@Nonnull ReturnsDeliveryHeader returnsDeliveryHeader) Description copied from interface:CustomerReturnsDeliveryServiceBatchChangeSetUpdate an existingReturnsDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
updateReturnsDeliveryHeaderin interfaceCustomerReturnsDeliveryServiceBatchChangeSet- Parameters:
returnsDeliveryHeader-ReturnsDeliveryHeaderentity 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.
-
deleteReturnsDeliveryHeader
@Nonnull public CustomerReturnsDeliveryServiceBatchChangeSet deleteReturnsDeliveryHeader(@Nonnull ReturnsDeliveryHeader returnsDeliveryHeader) Description copied from interface:CustomerReturnsDeliveryServiceBatchChangeSetDeletes an existingReturnsDeliveryHeaderentity in the S/4HANA system.- Specified by:
deleteReturnsDeliveryHeaderin interfaceCustomerReturnsDeliveryServiceBatchChangeSet- Parameters:
returnsDeliveryHeader-ReturnsDeliveryHeaderentity object that will be deleted 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.
-
updateReturnsDeliveryItem
@Nonnull public CustomerReturnsDeliveryServiceBatchChangeSet updateReturnsDeliveryItem(@Nonnull ReturnsDeliveryItem returnsDeliveryItem) Description copied from interface:CustomerReturnsDeliveryServiceBatchChangeSetUpdate an existingReturnsDeliveryItementity and save it to the S/4HANA system.- Specified by:
updateReturnsDeliveryItemin interfaceCustomerReturnsDeliveryServiceBatchChangeSet- Parameters:
returnsDeliveryItem-ReturnsDeliveryItementity 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.
-
deleteReturnsDeliveryItem
@Nonnull public CustomerReturnsDeliveryServiceBatchChangeSet deleteReturnsDeliveryItem(@Nonnull ReturnsDeliveryItem returnsDeliveryItem) Description copied from interface:CustomerReturnsDeliveryServiceBatchChangeSetDeletes an existingReturnsDeliveryItementity in the S/4HANA system.- Specified by:
deleteReturnsDeliveryItemin interfaceCustomerReturnsDeliveryServiceBatchChangeSet- Parameters:
returnsDeliveryItem-ReturnsDeliveryItementity object that will be deleted 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.
-