Interface CustomerReturnsDeliveryServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<CustomerReturnsDeliveryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CustomerReturnsDeliveryServiceBatch>
- All Known Implementing Classes:
DefaultCustomerReturnsDeliveryServiceBatchChangeSet
public interface CustomerReturnsDeliveryServiceBatchChangeSet
extends FluentHelperBatchChangeSet<CustomerReturnsDeliveryServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<CustomerReturnsDeliveryServiceBatch>
This interface enables you to combine multiple operations into one change set. 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.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 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
-
updateReturnsDeliveryDocFlow
@Nonnull CustomerReturnsDeliveryServiceBatchChangeSet updateReturnsDeliveryDocFlow(@Nonnull ReturnsDeliveryDocFlow returnsDeliveryDocFlow) Update an existingReturnsDeliveryDocFlowentity and save it to the S/4HANA system.- 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 CustomerReturnsDeliveryServiceBatchChangeSet createReturnsDeliveryHeader(@Nonnull ReturnsDeliveryHeader returnsDeliveryHeader) Create a newReturnsDeliveryHeaderentity and save it to the S/4HANA system.- 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 CustomerReturnsDeliveryServiceBatchChangeSet updateReturnsDeliveryHeader(@Nonnull ReturnsDeliveryHeader returnsDeliveryHeader) Update an existingReturnsDeliveryHeaderentity and save it to the S/4HANA system.- 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 CustomerReturnsDeliveryServiceBatchChangeSet deleteReturnsDeliveryHeader(@Nonnull ReturnsDeliveryHeader returnsDeliveryHeader) Deletes an existingReturnsDeliveryHeaderentity in the S/4HANA system.- 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 CustomerReturnsDeliveryServiceBatchChangeSet updateReturnsDeliveryItem(@Nonnull ReturnsDeliveryItem returnsDeliveryItem) Update an existingReturnsDeliveryItementity and save it to the S/4HANA system.- 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 CustomerReturnsDeliveryServiceBatchChangeSet deleteReturnsDeliveryItem(@Nonnull ReturnsDeliveryItem returnsDeliveryItem) Deletes an existingReturnsDeliveryItementity in the S/4HANA system.- 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.
-