Class DefaultWarehouseTaskServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<WarehouseTaskServiceBatch,WarehouseTaskServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousetask.batch.DefaultWarehouseTaskServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<WarehouseTaskServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WarehouseTaskServiceBatch>,WarehouseTaskServiceBatchChangeSet
public class DefaultWarehouseTaskServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<WarehouseTaskServiceBatch,WarehouseTaskServiceBatchChangeSet>
implements WarehouseTaskServiceBatchChangeSet
Implementation of the
WarehouseTaskServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
WarehouseTaskService.-
Method Summary
Modifier and TypeMethodDescriptioncreateWarehouseOrder(WarehouseOrder warehouseOrder) Create a newWarehouseOrderentity and save it to the S/4HANA system.createWarehouseTask(WarehouseTask warehouseTask) Create a newWarehouseTaskentity and save it to the S/4HANA system.getThis()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<WarehouseTaskServiceBatch,WarehouseTaskServiceBatchChangeSet>
-
createWarehouseOrder
@Nonnull public WarehouseTaskServiceBatchChangeSet createWarehouseOrder(@Nonnull WarehouseOrder warehouseOrder) Description copied from interface:WarehouseTaskServiceBatchChangeSetCreate a newWarehouseOrderentity and save it to the S/4HANA system.- Specified by:
createWarehouseOrderin interfaceWarehouseTaskServiceBatchChangeSet- Parameters:
warehouseOrder-WarehouseOrderentity 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.
-
createWarehouseTask
@Nonnull public WarehouseTaskServiceBatchChangeSet createWarehouseTask(@Nonnull WarehouseTask warehouseTask) Description copied from interface:WarehouseTaskServiceBatchChangeSetCreate a newWarehouseTaskentity and save it to the S/4HANA system.- Specified by:
createWarehouseTaskin interfaceWarehouseTaskServiceBatchChangeSet- Parameters:
warehouseTask-WarehouseTaskentity 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.
-