Class DefaultOutboundDeliveryV2ServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<OutboundDeliveryV2ServiceBatch,OutboundDeliveryV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.batch.DefaultOutboundDeliveryV2ServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<OutboundDeliveryV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<OutboundDeliveryV2ServiceBatch>,OutboundDeliveryV2ServiceBatchChangeSet
public class DefaultOutboundDeliveryV2ServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<OutboundDeliveryV2ServiceBatch,OutboundDeliveryV2ServiceBatchChangeSet>
implements OutboundDeliveryV2ServiceBatchChangeSet
Implementation of the
OutboundDeliveryV2ServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 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
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<OutboundDeliveryV2ServiceBatch,OutboundDeliveryV2ServiceBatchChangeSet>
-
createOutbDeliveryItemText
@Nonnull public OutboundDeliveryV2ServiceBatchChangeSet createOutbDeliveryItemText(@Nonnull OutbDeliveryItemText outbDeliveryItemText) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetCreate a newOutbDeliveryItemTextentity and save it to the S/4HANA system.- Specified by:
createOutbDeliveryItemTextin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryItemText(@Nonnull OutbDeliveryItemText outbDeliveryItemText) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetUpdate an existingOutbDeliveryItemTextentity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryItemTextin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet deleteOutbDeliveryItemText(@Nonnull OutbDeliveryItemText outbDeliveryItemText) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetDeletes an existingOutbDeliveryItemTextentity in the S/4HANA system.- Specified by:
deleteOutbDeliveryItemTextin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet createOutbDeliveryHeaderText(@Nonnull OutbDeliveryHeaderText outbDeliveryHeaderText) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetCreate a newOutbDeliveryHeaderTextentity and save it to the S/4HANA system.- Specified by:
createOutbDeliveryHeaderTextin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryHeaderText(@Nonnull OutbDeliveryHeaderText outbDeliveryHeaderText) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetUpdate an existingOutbDeliveryHeaderTextentity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryHeaderTextin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet deleteOutbDeliveryHeaderText(@Nonnull OutbDeliveryHeaderText outbDeliveryHeaderText) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetDeletes an existingOutbDeliveryHeaderTextentity in the S/4HANA system.- Specified by:
deleteOutbDeliveryHeaderTextin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet createHandlingUnitHeaderDelivery(@Nonnull HandlingUnitHeaderDelivery handlingUnitHeaderDelivery) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetCreate a newHandlingUnitHeaderDeliveryentity and save it to the S/4HANA system.- Specified by:
createHandlingUnitHeaderDeliveryin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet createHandlingUnitItemDelivery(@Nonnull HandlingUnitItemDelivery handlingUnitItemDelivery) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetCreate a newHandlingUnitItemDeliveryentity and save it to the S/4HANA system.- Specified by:
createHandlingUnitItemDeliveryin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryAddress2(@Nonnull OutbDeliveryAddress2 outbDeliveryAddress2) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetUpdate an existingOutbDeliveryAddress2entity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryAddress2in interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet createOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetCreate a newOutbDeliveryItementity and save it to the S/4HANA system.- Specified by:
createOutbDeliveryItemin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetUpdate an existingOutbDeliveryItementity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryItemin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet deleteOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetDeletes an existingOutbDeliveryItementity in the S/4HANA system.- Specified by:
deleteOutbDeliveryItemin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet createOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetCreate a newOutbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
createOutbDeliveryHeaderin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetUpdate an existingOutbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryHeaderin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet deleteOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetDeletes an existingOutbDeliveryHeaderentity in the S/4HANA system.- Specified by:
deleteOutbDeliveryHeaderin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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 public OutboundDeliveryV2ServiceBatchChangeSet updateOutbDeliveryDocFlow(@Nonnull OutbDeliveryDocFlow outbDeliveryDocFlow) Description copied from interface:OutboundDeliveryV2ServiceBatchChangeSetUpdate an existingOutbDeliveryDocFlowentity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryDocFlowin interfaceOutboundDeliveryV2ServiceBatchChangeSet- 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.
-