Class DefaultBillOfMaterialsServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<BillOfMaterialsServiceBatch,BillOfMaterialsServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.billofmaterials.batch.DefaultBillOfMaterialsServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<BillOfMaterialsServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BillOfMaterialsServiceBatch>,BillOfMaterialsServiceBatchChangeSet
public class DefaultBillOfMaterialsServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<BillOfMaterialsServiceBatch,BillOfMaterialsServiceBatchChangeSet>
implements BillOfMaterialsServiceBatchChangeSet
Implementation of the
BillOfMaterialsServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
BillOfMaterialsService.-
Method Summary
Modifier and TypeMethodDescriptioncreateBillOfMaterial(BillOfMaterial billOfMaterial) Create a newBillOfMaterialentity and save it to the S/4HANA system.createBillOfMaterialItem(BillOfMaterialItem billOfMaterialItem) Create a newBillOfMaterialItementity and save it to the S/4HANA system.getThis()updateBillOfMaterial(BillOfMaterial billOfMaterial) Update an existingBillOfMaterialentity and save it to the S/4HANA system.updateBillOfMaterialItem(BillOfMaterialItem billOfMaterialItem) Update an existingBillOfMaterialItementity 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
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<BillOfMaterialsServiceBatch,BillOfMaterialsServiceBatchChangeSet>
-
createBillOfMaterial
@Nonnull public BillOfMaterialsServiceBatchChangeSet createBillOfMaterial(@Nonnull BillOfMaterial billOfMaterial) Description copied from interface:BillOfMaterialsServiceBatchChangeSetCreate a newBillOfMaterialentity and save it to the S/4HANA system.- Specified by:
createBillOfMaterialin interfaceBillOfMaterialsServiceBatchChangeSet- Parameters:
billOfMaterial-BillOfMaterialentity 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.
-
updateBillOfMaterial
@Nonnull public BillOfMaterialsServiceBatchChangeSet updateBillOfMaterial(@Nonnull BillOfMaterial billOfMaterial) Description copied from interface:BillOfMaterialsServiceBatchChangeSetUpdate an existingBillOfMaterialentity and save it to the S/4HANA system.- Specified by:
updateBillOfMaterialin interfaceBillOfMaterialsServiceBatchChangeSet- Parameters:
billOfMaterial-BillOfMaterialentity 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.
-
createBillOfMaterialItem
@Nonnull public BillOfMaterialsServiceBatchChangeSet createBillOfMaterialItem(@Nonnull BillOfMaterialItem billOfMaterialItem) Description copied from interface:BillOfMaterialsServiceBatchChangeSetCreate a newBillOfMaterialItementity and save it to the S/4HANA system.- Specified by:
createBillOfMaterialItemin interfaceBillOfMaterialsServiceBatchChangeSet- Parameters:
billOfMaterialItem-BillOfMaterialItementity 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.
-
updateBillOfMaterialItem
@Nonnull public BillOfMaterialsServiceBatchChangeSet updateBillOfMaterialItem(@Nonnull BillOfMaterialItem billOfMaterialItem) Description copied from interface:BillOfMaterialsServiceBatchChangeSetUpdate an existingBillOfMaterialItementity and save it to the S/4HANA system.- Specified by:
updateBillOfMaterialItemin interfaceBillOfMaterialsServiceBatchChangeSet- Parameters:
billOfMaterialItem-BillOfMaterialItementity 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.
-