Interface OutboundDeliveryServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<OutboundDeliveryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<OutboundDeliveryServiceBatch>
- All Known Implementing Classes:
DefaultOutboundDeliveryServiceBatchChangeSet
public interface OutboundDeliveryServiceBatchChangeSet
extends FluentHelperBatchChangeSet<OutboundDeliveryServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<OutboundDeliveryServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
OutboundDeliveryService.-
Method Summary
Modifier and TypeMethodDescriptioncreateOutbDeliveryHeader(OutbDeliveryHeader outbDeliveryHeader) Create a newOutbDeliveryHeaderentity and save it to the S/4HANA system.deleteOutbDeliveryHeader(OutbDeliveryHeader outbDeliveryHeader) Deletes an existingOutbDeliveryHeaderentity in the S/4HANA system.deleteOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem) Deletes an existingOutbDeliveryItementity in the S/4HANA system.updateOutbDeliveryDocFlow(OutbDeliveryDocFlow outbDeliveryDocFlow) Update an existingOutbDeliveryDocFlowentity and save it to the S/4HANA system.updateOutbDeliveryHeader(OutbDeliveryHeader outbDeliveryHeader) Update an existingOutbDeliveryHeaderentity and save it to the S/4HANA system.updateOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem) Update an existingOutbDeliveryItementity 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
-
updateOutbDeliveryItem
@Nonnull OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem) Update an existingOutbDeliveryItementity and save it to the S/4HANA system.- Parameters:
outbDeliveryItem-OutbDeliveryItementity 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.
-
deleteOutbDeliveryItem
@Nonnull OutboundDeliveryServiceBatchChangeSet deleteOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem) Deletes an existingOutbDeliveryItementity in the S/4HANA system.- Parameters:
outbDeliveryItem-OutbDeliveryItementity 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.
-
createOutbDeliveryHeader
@Nonnull OutboundDeliveryServiceBatchChangeSet createOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Create a newOutbDeliveryHeaderentity and save it to the S/4HANA system.- Parameters:
outbDeliveryHeader-OutbDeliveryHeaderentity 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.
-
updateOutbDeliveryHeader
@Nonnull OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Update an existingOutbDeliveryHeaderentity and save it to the S/4HANA system.- Parameters:
outbDeliveryHeader-OutbDeliveryHeaderentity 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.
-
deleteOutbDeliveryHeader
@Nonnull OutboundDeliveryServiceBatchChangeSet deleteOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Deletes an existingOutbDeliveryHeaderentity in the S/4HANA system.- Parameters:
outbDeliveryHeader-OutbDeliveryHeaderentity 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.
-
updateOutbDeliveryDocFlow
@Nonnull OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryDocFlow(@Nonnull OutbDeliveryDocFlow outbDeliveryDocFlow) Update an existingOutbDeliveryDocFlowentity and save it to the S/4HANA system.- Parameters:
outbDeliveryDocFlow-OutbDeliveryDocFlowentity 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.
-