Class DefaultWarehouseOutboundDeliveryOrderServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<WarehouseOutboundDeliveryOrderServiceBatch,WarehouseOutboundDeliveryOrderServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouseoutbounddeliveryorder.batch.DefaultWarehouseOutboundDeliveryOrderServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<WarehouseOutboundDeliveryOrderServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WarehouseOutboundDeliveryOrderServiceBatch>,WarehouseOutboundDeliveryOrderServiceBatchChangeSet
public class DefaultWarehouseOutboundDeliveryOrderServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<WarehouseOutboundDeliveryOrderServiceBatch,WarehouseOutboundDeliveryOrderServiceBatchChangeSet>
implements WarehouseOutboundDeliveryOrderServiceBatchChangeSet
Implementation of the
WarehouseOutboundDeliveryOrderServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
WarehouseOutboundDeliveryOrderService.-
Method Summary
Modifier and TypeMethodDescriptiongetThis()updateWhseOutboundDeliveryOrderHead(WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Update an existingWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.updateWhseOutboundDeliveryOrderItem(WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Update an existingWhseOutboundDeliveryOrderItementity 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
-
updateWhseOutboundDeliveryOrderHead
@Nonnull public WarehouseOutboundDeliveryOrderServiceBatchChangeSet updateWhseOutboundDeliveryOrderHead(@Nonnull WhseOutboundDeliveryOrderHead whseOutboundDeliveryOrderHead) Description copied from interface:WarehouseOutboundDeliveryOrderServiceBatchChangeSetUpdate an existingWhseOutboundDeliveryOrderHeadentity and save it to the S/4HANA system.- Specified by:
updateWhseOutboundDeliveryOrderHeadin interfaceWarehouseOutboundDeliveryOrderServiceBatchChangeSet- Parameters:
whseOutboundDeliveryOrderHead-WhseOutboundDeliveryOrderHeadentity 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.
-
updateWhseOutboundDeliveryOrderItem
@Nonnull public WarehouseOutboundDeliveryOrderServiceBatchChangeSet updateWhseOutboundDeliveryOrderItem(@Nonnull WhseOutboundDeliveryOrderItem whseOutboundDeliveryOrderItem) Description copied from interface:WarehouseOutboundDeliveryOrderServiceBatchChangeSetUpdate an existingWhseOutboundDeliveryOrderItementity and save it to the S/4HANA system.- Specified by:
updateWhseOutboundDeliveryOrderItemin interfaceWarehouseOutboundDeliveryOrderServiceBatchChangeSet- Parameters:
whseOutboundDeliveryOrderItem-WhseOutboundDeliveryOrderItementity 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.
-