Class DefaultWarehousePhysicalInventoryServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<WarehousePhysicalInventoryServiceBatch,WarehousePhysicalInventoryServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehousephysicalinventory.batch.DefaultWarehousePhysicalInventoryServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<WarehousePhysicalInventoryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<WarehousePhysicalInventoryServiceBatch>,WarehousePhysicalInventoryServiceBatchChangeSet
public class DefaultWarehousePhysicalInventoryServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<WarehousePhysicalInventoryServiceBatch,WarehousePhysicalInventoryServiceBatchChangeSet>
implements WarehousePhysicalInventoryServiceBatchChangeSet
Implementation of the
WarehousePhysicalInventoryServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
WarehousePhysicalInventoryService.-
Method Summary
Modifier and TypeMethodDescriptioncreateWhsePhysicalInventoryCountItem(WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem) Create a newWhsePhysicalInventoryCountItementity and save it to the S/4HANA system.createWhsePhysicalInventoryItem(WhsePhysicalInventoryItem whsePhysicalInventoryItem) Create a newWhsePhysicalInventoryItementity and save it to the S/4HANA system.getThis()updateWhsePhysicalInventoryCountItem(WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem) Update an existingWhsePhysicalInventoryCountItementity and save it to the S/4HANA system.updateWhsePhysicalInventoryItem(WhsePhysicalInventoryItem whsePhysicalInventoryItem) Update an existingWhsePhysicalInventoryItementity 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
-
createWhsePhysicalInventoryCountItem
@Nonnull public WarehousePhysicalInventoryServiceBatchChangeSet createWhsePhysicalInventoryCountItem(@Nonnull WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem) Description copied from interface:WarehousePhysicalInventoryServiceBatchChangeSetCreate a newWhsePhysicalInventoryCountItementity and save it to the S/4HANA system.- Specified by:
createWhsePhysicalInventoryCountItemin interfaceWarehousePhysicalInventoryServiceBatchChangeSet- Parameters:
whsePhysicalInventoryCountItem-WhsePhysicalInventoryCountItementity 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.
-
updateWhsePhysicalInventoryCountItem
@Nonnull public WarehousePhysicalInventoryServiceBatchChangeSet updateWhsePhysicalInventoryCountItem(@Nonnull WhsePhysicalInventoryCountItem whsePhysicalInventoryCountItem) Description copied from interface:WarehousePhysicalInventoryServiceBatchChangeSetUpdate an existingWhsePhysicalInventoryCountItementity and save it to the S/4HANA system.- Specified by:
updateWhsePhysicalInventoryCountItemin interfaceWarehousePhysicalInventoryServiceBatchChangeSet- Parameters:
whsePhysicalInventoryCountItem-WhsePhysicalInventoryCountItementity 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.
-
createWhsePhysicalInventoryItem
@Nonnull public WarehousePhysicalInventoryServiceBatchChangeSet createWhsePhysicalInventoryItem(@Nonnull WhsePhysicalInventoryItem whsePhysicalInventoryItem) Description copied from interface:WarehousePhysicalInventoryServiceBatchChangeSetCreate a newWhsePhysicalInventoryItementity and save it to the S/4HANA system.- Specified by:
createWhsePhysicalInventoryItemin interfaceWarehousePhysicalInventoryServiceBatchChangeSet- Parameters:
whsePhysicalInventoryItem-WhsePhysicalInventoryItementity 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.
-
updateWhsePhysicalInventoryItem
@Nonnull public WarehousePhysicalInventoryServiceBatchChangeSet updateWhsePhysicalInventoryItem(@Nonnull WhsePhysicalInventoryItem whsePhysicalInventoryItem) Description copied from interface:WarehousePhysicalInventoryServiceBatchChangeSetUpdate an existingWhsePhysicalInventoryItementity and save it to the S/4HANA system.- Specified by:
updateWhsePhysicalInventoryItemin interfaceWarehousePhysicalInventoryServiceBatchChangeSet- Parameters:
whsePhysicalInventoryItem-WhsePhysicalInventoryItementity 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.
-