Interface OutboundDeliveryV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<OutboundDeliveryV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<OutboundDeliveryV2ServiceBatch>
- All Known Implementing Classes:
DefaultOutboundDeliveryV2ServiceBatchChangeSet
public interface OutboundDeliveryV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<OutboundDeliveryV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<OutboundDeliveryV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
OutboundDeliveryV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateHandlingUnitHeaderDelivery(HandlingUnitHeaderDelivery handlingUnitHeaderDelivery) Create a newHandlingUnitHeaderDeliveryentity and save it to the S/4HANA system.createHandlingUnitItemDelivery(HandlingUnitItemDelivery handlingUnitItemDelivery) Create a newHandlingUnitItemDeliveryentity and save it to the S/4HANA system.createOutbDeliveryHeader(OutbDeliveryHeader outbDeliveryHeader) Create a newOutbDeliveryHeaderentity and save it to the S/4HANA system.createOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText) Create a newOutbDeliveryHeaderTextentity and save it to the S/4HANA system.createOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem) Create a newOutbDeliveryItementity and save it to the S/4HANA system.createOutbDeliveryItemText(OutbDeliveryItemText outbDeliveryItemText) Create a newOutbDeliveryItemTextentity and save it to the S/4HANA system.deleteOutbDeliveryHeader(OutbDeliveryHeader outbDeliveryHeader) Deletes an existingOutbDeliveryHeaderentity in the S/4HANA system.deleteOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText) Deletes an existingOutbDeliveryHeaderTextentity in the S/4HANA system.deleteOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem) Deletes an existingOutbDeliveryItementity in the S/4HANA system.deleteOutbDeliveryItemText(OutbDeliveryItemText outbDeliveryItemText) Deletes an existingOutbDeliveryItemTextentity in the S/4HANA system.updateOutbDeliveryAddress2(OutbDeliveryAddress2 outbDeliveryAddress2) Update an existingOutbDeliveryAddress2entity and save it to 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.updateOutbDeliveryHeaderText(OutbDeliveryHeaderText outbDeliveryHeaderText) Update an existingOutbDeliveryHeaderTextentity and save it to the S/4HANA system.updateOutbDeliveryItem(OutbDeliveryItem outbDeliveryItem) Update an existingOutbDeliveryItementity and save it to the S/4HANA system.updateOutbDeliveryItemText(OutbDeliveryItemText outbDeliveryItemText) Update an existingOutbDeliveryItemTextentity 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
-
createOutbDeliveryItemText
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet createOutbDeliveryItemText(@Nonnull OutbDeliveryItemText outbDeliveryItemText) Create a newOutbDeliveryItemTextentity and save it to the S/4HANA system.- Parameters:
outbDeliveryItemText-OutbDeliveryItemTextentity 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.
-
updateOutbDeliveryItemText
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryItemText(@Nonnull OutbDeliveryItemText outbDeliveryItemText) Update an existingOutbDeliveryItemTextentity and save it to the S/4HANA system.- Parameters:
outbDeliveryItemText-OutbDeliveryItemTextentity 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.
-
deleteOutbDeliveryItemText
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet deleteOutbDeliveryItemText(@Nonnull OutbDeliveryItemText outbDeliveryItemText) Deletes an existingOutbDeliveryItemTextentity in the S/4HANA system.- Parameters:
outbDeliveryItemText-OutbDeliveryItemTextentity 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.
-
createOutbDeliveryHeaderText
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet createOutbDeliveryHeaderText(@Nonnull OutbDeliveryHeaderText outbDeliveryHeaderText) Create a newOutbDeliveryHeaderTextentity and save it to the S/4HANA system.- Parameters:
outbDeliveryHeaderText-OutbDeliveryHeaderTextentity 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.
-
updateOutbDeliveryHeaderText
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryHeaderText(@Nonnull OutbDeliveryHeaderText outbDeliveryHeaderText) Update an existingOutbDeliveryHeaderTextentity and save it to the S/4HANA system.- Parameters:
outbDeliveryHeaderText-OutbDeliveryHeaderTextentity 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.
-
deleteOutbDeliveryHeaderText
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet deleteOutbDeliveryHeaderText(@Nonnull OutbDeliveryHeaderText outbDeliveryHeaderText) Deletes an existingOutbDeliveryHeaderTextentity in the S/4HANA system.- Parameters:
outbDeliveryHeaderText-OutbDeliveryHeaderTextentity 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.
-
createHandlingUnitHeaderDelivery
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet createHandlingUnitHeaderDelivery(@Nonnull HandlingUnitHeaderDelivery handlingUnitHeaderDelivery) Create a newHandlingUnitHeaderDeliveryentity and save it to the S/4HANA system.- Parameters:
handlingUnitHeaderDelivery-HandlingUnitHeaderDeliveryentity 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.
-
createHandlingUnitItemDelivery
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet createHandlingUnitItemDelivery(@Nonnull HandlingUnitItemDelivery handlingUnitItemDelivery) Create a newHandlingUnitItemDeliveryentity and save it to the S/4HANA system.- Parameters:
handlingUnitItemDelivery-HandlingUnitItemDeliveryentity 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.
-
updateOutbDeliveryAddress2
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryAddress2(@Nonnull OutbDeliveryAddress2 outbDeliveryAddress2) Update an existingOutbDeliveryAddress2entity and save it to the S/4HANA system.- Parameters:
outbDeliveryAddress2-OutbDeliveryAddress2entity 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.
-
createOutbDeliveryItem
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet createOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem) Create a newOutbDeliveryItementity and save it to the S/4HANA system.- Parameters:
outbDeliveryItem-OutbDeliveryItementity 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.
-
updateOutbDeliveryItem
@Nonnull OutboundDeliveryV2ServiceBatchChangeSet 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 OutboundDeliveryV2ServiceBatchChangeSet 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 OutboundDeliveryV2ServiceBatchChangeSet 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 OutboundDeliveryV2ServiceBatchChangeSet 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 OutboundDeliveryV2ServiceBatchChangeSet 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 OutboundDeliveryV2ServiceBatchChangeSet 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.
-