Class DefaultOutboundDeliveryServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<OutboundDeliveryServiceBatch,OutboundDeliveryServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery.batch.DefaultOutboundDeliveryServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<OutboundDeliveryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<OutboundDeliveryServiceBatch>,OutboundDeliveryServiceBatchChangeSet
public class DefaultOutboundDeliveryServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<OutboundDeliveryServiceBatch,OutboundDeliveryServiceBatchChangeSet>
implements OutboundDeliveryServiceBatchChangeSet
Implementation of the
OutboundDeliveryServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 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<OutboundDeliveryServiceBatch,OutboundDeliveryServiceBatchChangeSet>
-
updateOutbDeliveryItem
@Nonnull public OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem) Description copied from interface:OutboundDeliveryServiceBatchChangeSetUpdate an existingOutbDeliveryItementity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryItemin interfaceOutboundDeliveryServiceBatchChangeSet- 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 OutboundDeliveryServiceBatchChangeSet deleteOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem) Description copied from interface:OutboundDeliveryServiceBatchChangeSetDeletes an existingOutbDeliveryItementity in the S/4HANA system.- Specified by:
deleteOutbDeliveryItemin interfaceOutboundDeliveryServiceBatchChangeSet- 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 OutboundDeliveryServiceBatchChangeSet createOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Description copied from interface:OutboundDeliveryServiceBatchChangeSetCreate a newOutbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
createOutbDeliveryHeaderin interfaceOutboundDeliveryServiceBatchChangeSet- 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 OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Description copied from interface:OutboundDeliveryServiceBatchChangeSetUpdate an existingOutbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryHeaderin interfaceOutboundDeliveryServiceBatchChangeSet- 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 OutboundDeliveryServiceBatchChangeSet deleteOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader) Description copied from interface:OutboundDeliveryServiceBatchChangeSetDeletes an existingOutbDeliveryHeaderentity in the S/4HANA system.- Specified by:
deleteOutbDeliveryHeaderin interfaceOutboundDeliveryServiceBatchChangeSet- 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 OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryDocFlow(@Nonnull OutbDeliveryDocFlow outbDeliveryDocFlow) Description copied from interface:OutboundDeliveryServiceBatchChangeSetUpdate an existingOutbDeliveryDocFlowentity and save it to the S/4HANA system.- Specified by:
updateOutbDeliveryDocFlowin interfaceOutboundDeliveryServiceBatchChangeSet- 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.
-