public class DefaultWarehouseResourceServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<WarehouseResourceServiceBatch,WarehouseResourceServiceBatchChangeSet> implements WarehouseResourceServiceBatchChangeSet
WarehouseResourceServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
WarehouseResourceService
.Modifier and Type | Method and Description |
---|---|
WarehouseResourceServiceBatchChangeSet |
createWarehouseResource(WarehouseResource warehouseResource)
Create a new
WarehouseResource entity and save it to the S/4HANA system. |
WarehouseResourceServiceBatchChangeSet |
deleteWarehouseResource(WarehouseResource warehouseResource)
Deletes an existing
WarehouseResource
entity in the S/4HANA system. |
protected DefaultWarehouseResourceServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultWarehouseResourceServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<WarehouseResourceServiceBatch,WarehouseResourceServiceBatchChangeSet>
@Nonnull public WarehouseResourceServiceBatchChangeSet createWarehouseResource(@Nonnull WarehouseResource warehouseResource)
WarehouseResource
entity and save it to the S/4HANA system.createWarehouseResource
in interface WarehouseResourceServiceBatchChangeSet
warehouseResource
- WarehouseResource
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public WarehouseResourceServiceBatchChangeSet deleteWarehouseResource(@Nonnull WarehouseResource warehouseResource)
WarehouseResource
entity in the S/4HANA system.deleteWarehouseResource
in interface WarehouseResourceServiceBatchChangeSet
warehouseResource
- WarehouseResource
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.