Interface CustomerReturnsDeliveryV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<CustomerReturnsDeliveryV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CustomerReturnsDeliveryV2ServiceBatch>
- All Known Implementing Classes:
DefaultCustomerReturnsDeliveryV2ServiceBatchChangeSet
public interface CustomerReturnsDeliveryV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<CustomerReturnsDeliveryV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<CustomerReturnsDeliveryV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
CustomerReturnsDeliveryV2Service.-
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 CustomerReturnsDeliveryV2ServiceBatchChangeSet 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 CustomerReturnsDeliveryV2ServiceBatchChangeSet 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 CustomerReturnsDeliveryV2ServiceBatchChangeSet 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 CustomerReturnsDeliveryV2ServiceBatchChangeSet 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 CustomerReturnsDeliveryV2ServiceBatchChangeSet 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 CustomerReturnsDeliveryV2ServiceBatchChangeSet 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.
-