Class DefaultProductAllocationObjectServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ProductAllocationObjectServiceBatch,ProductAllocationObjectServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productallocationobject.batch.DefaultProductAllocationObjectServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ProductAllocationObjectServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductAllocationObjectServiceBatch>,ProductAllocationObjectServiceBatchChangeSet
public class DefaultProductAllocationObjectServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ProductAllocationObjectServiceBatch,ProductAllocationObjectServiceBatchChangeSet>
implements ProductAllocationObjectServiceBatchChangeSet
Implementation of the
ProductAllocationObjectServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
ProductAllocationObjectService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProdAllocationObject(ProdAllocationObject prodAllocationObject) Create a newProdAllocationObjectentity and save it to the S/4HANA system.createProdAllocCharcValCombn(ProdAllocCharcValCombn prodAllocCharcValCombn) Create a newProdAllocCharcValCombnentity and save it to the S/4HANA system.getThis()updateProdAllocCharcValCombn(ProdAllocCharcValCombn prodAllocCharcValCombn) Update an existingProdAllocCharcValCombnentity and save it to the S/4HANA system.updateProdAllocObjTimeSeries(ProdAllocObjTimeSeries prodAllocObjTimeSeries) Update an existingProdAllocObjTimeSeriesentity 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
-
createProdAllocationObject
@Nonnull public ProductAllocationObjectServiceBatchChangeSet createProdAllocationObject(@Nonnull ProdAllocationObject prodAllocationObject) Description copied from interface:ProductAllocationObjectServiceBatchChangeSetCreate a newProdAllocationObjectentity and save it to the S/4HANA system.- Specified by:
createProdAllocationObjectin interfaceProductAllocationObjectServiceBatchChangeSet- Parameters:
prodAllocationObject-ProdAllocationObjectentity 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.
-
createProdAllocCharcValCombn
@Nonnull public ProductAllocationObjectServiceBatchChangeSet createProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn) Description copied from interface:ProductAllocationObjectServiceBatchChangeSetCreate a newProdAllocCharcValCombnentity and save it to the S/4HANA system.- Specified by:
createProdAllocCharcValCombnin interfaceProductAllocationObjectServiceBatchChangeSet- Parameters:
prodAllocCharcValCombn-ProdAllocCharcValCombnentity 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.
-
updateProdAllocCharcValCombn
@Nonnull public ProductAllocationObjectServiceBatchChangeSet updateProdAllocCharcValCombn(@Nonnull ProdAllocCharcValCombn prodAllocCharcValCombn) Description copied from interface:ProductAllocationObjectServiceBatchChangeSetUpdate an existingProdAllocCharcValCombnentity and save it to the S/4HANA system.- Specified by:
updateProdAllocCharcValCombnin interfaceProductAllocationObjectServiceBatchChangeSet- Parameters:
prodAllocCharcValCombn-ProdAllocCharcValCombnentity 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.
-
updateProdAllocObjTimeSeries
@Nonnull public ProductAllocationObjectServiceBatchChangeSet updateProdAllocObjTimeSeries(@Nonnull ProdAllocObjTimeSeries prodAllocObjTimeSeries) Description copied from interface:ProductAllocationObjectServiceBatchChangeSetUpdate an existingProdAllocObjTimeSeriesentity and save it to the S/4HANA system.- Specified by:
updateProdAllocObjTimeSeriesin interfaceProductAllocationObjectServiceBatchChangeSet- Parameters:
prodAllocObjTimeSeries-ProdAllocObjTimeSeriesentity 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.
-