public class DefaultInboundDeliveryServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<InboundDeliveryServiceBatch,InboundDeliveryServiceBatchChangeSet> implements InboundDeliveryServiceBatchChangeSet
InboundDeliveryServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
InboundDeliveryService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultInboundDeliveryServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<InboundDeliveryServiceBatch,InboundDeliveryServiceBatchChangeSet>
@Nonnull public InboundDeliveryServiceBatchChangeSet updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow)
InbDeliveryDocFlow
entity and save it to the S/4HANA system.updateInbDeliveryDocFlow
in interface InboundDeliveryServiceBatchChangeSet
inbDeliveryDocFlow
- InbDeliveryDocFlow
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryServiceBatchChangeSet createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.createInbDeliveryHeader
in interface InboundDeliveryServiceBatchChangeSet
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryServiceBatchChangeSet updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity and save it to the S/4HANA system.updateInbDeliveryHeader
in interface InboundDeliveryServiceBatchChangeSet
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryServiceBatchChangeSet deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader)
InbDeliveryHeader
entity in the S/4HANA system.deleteInbDeliveryHeader
in interface InboundDeliveryServiceBatchChangeSet
inbDeliveryHeader
- InbDeliveryHeader
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryServiceBatchChangeSet updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity and save it to the S/4HANA system.updateInbDeliveryItem
in interface InboundDeliveryServiceBatchChangeSet
inbDeliveryItem
- InbDeliveryItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public InboundDeliveryServiceBatchChangeSet deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem)
InbDeliveryItem
entity in the S/4HANA system.deleteInbDeliveryItem
in interface InboundDeliveryServiceBatchChangeSet
inbDeliveryItem
- InbDeliveryItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.