Class DefaultWarehouseInboundDeliveryServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<WarehouseInboundDeliveryServiceBatch,WarehouseInboundDeliveryServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouseinbounddelivery.batch.DefaultWarehouseInboundDeliveryServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<WarehouseInboundDeliveryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WarehouseInboundDeliveryServiceBatch>,WarehouseInboundDeliveryServiceBatchChangeSet
public class DefaultWarehouseInboundDeliveryServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<WarehouseInboundDeliveryServiceBatch,WarehouseInboundDeliveryServiceBatchChangeSet>
implements WarehouseInboundDeliveryServiceBatchChangeSet
Implementation of the
WarehouseInboundDeliveryServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
WarehouseInboundDeliveryService.-
Method Summary
Modifier and TypeMethodDescriptiongetThis()updateWhseInboundDeliveryHead(WhseInboundDeliveryHead whseInboundDeliveryHead) Update an existingWhseInboundDeliveryHeadentity and save it to the S/4HANA system.updateWhseInboundDeliveryItem(WhseInboundDeliveryItem whseInboundDeliveryItem) Update an existingWhseInboundDeliveryItementity 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
-
updateWhseInboundDeliveryHead
@Nonnull public WarehouseInboundDeliveryServiceBatchChangeSet updateWhseInboundDeliveryHead(@Nonnull WhseInboundDeliveryHead whseInboundDeliveryHead) Description copied from interface:WarehouseInboundDeliveryServiceBatchChangeSetUpdate an existingWhseInboundDeliveryHeadentity and save it to the S/4HANA system.- Specified by:
updateWhseInboundDeliveryHeadin interfaceWarehouseInboundDeliveryServiceBatchChangeSet- Parameters:
whseInboundDeliveryHead-WhseInboundDeliveryHeadentity 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.
-
updateWhseInboundDeliveryItem
@Nonnull public WarehouseInboundDeliveryServiceBatchChangeSet updateWhseInboundDeliveryItem(@Nonnull WhseInboundDeliveryItem whseInboundDeliveryItem) Description copied from interface:WarehouseInboundDeliveryServiceBatchChangeSetUpdate an existingWhseInboundDeliveryItementity and save it to the S/4HANA system.- Specified by:
updateWhseInboundDeliveryItemin interfaceWarehouseInboundDeliveryServiceBatchChangeSet- Parameters:
whseInboundDeliveryItem-WhseInboundDeliveryItementity 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.
-