public class DefaultOutboundDeliveryServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<OutboundDeliveryServiceBatch,OutboundDeliveryServiceBatchChangeSet> implements OutboundDeliveryServiceBatchChangeSet
OutboundDeliveryServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
OutboundDeliveryService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultOutboundDeliveryServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<OutboundDeliveryServiceBatch,OutboundDeliveryServiceBatchChangeSet>
@Nonnull public OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem)
OutbDeliveryItem
entity and save it to the S/4HANA system.updateOutbDeliveryItem
in interface OutboundDeliveryServiceBatchChangeSet
outbDeliveryItem
- OutbDeliveryItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryServiceBatchChangeSet deleteOutbDeliveryItem(@Nonnull OutbDeliveryItem outbDeliveryItem)
OutbDeliveryItem
entity in the S/4HANA system.deleteOutbDeliveryItem
in interface OutboundDeliveryServiceBatchChangeSet
outbDeliveryItem
- OutbDeliveryItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryServiceBatchChangeSet createOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity and save it to the S/4HANA system.createOutbDeliveryHeader
in interface OutboundDeliveryServiceBatchChangeSet
outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity and save it to the S/4HANA system.updateOutbDeliveryHeader
in interface OutboundDeliveryServiceBatchChangeSet
outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryServiceBatchChangeSet deleteOutbDeliveryHeader(@Nonnull OutbDeliveryHeader outbDeliveryHeader)
OutbDeliveryHeader
entity in the S/4HANA system.deleteOutbDeliveryHeader
in interface OutboundDeliveryServiceBatchChangeSet
outbDeliveryHeader
- OutbDeliveryHeader
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public OutboundDeliveryServiceBatchChangeSet updateOutbDeliveryDocFlow(@Nonnull OutbDeliveryDocFlow outbDeliveryDocFlow)
OutbDeliveryDocFlow
entity and save it to the S/4HANA system.updateOutbDeliveryDocFlow
in interface OutboundDeliveryServiceBatchChangeSet
outbDeliveryDocFlow
- OutbDeliveryDocFlow
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.