Class DefaultProductAllocationSequenceServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ProductAllocationSequenceServiceBatch,ProductAllocationSequenceServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productallocationsequence.batch.DefaultProductAllocationSequenceServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ProductAllocationSequenceServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductAllocationSequenceServiceBatch>,ProductAllocationSequenceServiceBatchChangeSet
public class DefaultProductAllocationSequenceServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ProductAllocationSequenceServiceBatch,ProductAllocationSequenceServiceBatchChangeSet>
implements ProductAllocationSequenceServiceBatchChangeSet
Implementation of the
ProductAllocationSequenceServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
ProductAllocationSequenceService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProdAllocationSequence(ProdAllocationSequence prodAllocationSequence) Create a newProdAllocationSequenceentity and save it to the S/4HANA system.getThis()updateProdAllocSqncAssgmt(ProdAllocSqncAssgmt prodAllocSqncAssgmt) Update an existingProdAllocSqncAssgmtentity 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
-
createProdAllocationSequence
@Nonnull public ProductAllocationSequenceServiceBatchChangeSet createProdAllocationSequence(@Nonnull ProdAllocationSequence prodAllocationSequence) Description copied from interface:ProductAllocationSequenceServiceBatchChangeSetCreate a newProdAllocationSequenceentity and save it to the S/4HANA system.- Specified by:
createProdAllocationSequencein interfaceProductAllocationSequenceServiceBatchChangeSet- Parameters:
prodAllocationSequence-ProdAllocationSequenceentity 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.
-
updateProdAllocSqncAssgmt
@Nonnull public ProductAllocationSequenceServiceBatchChangeSet updateProdAllocSqncAssgmt(@Nonnull ProdAllocSqncAssgmt prodAllocSqncAssgmt) Description copied from interface:ProductAllocationSequenceServiceBatchChangeSetUpdate an existingProdAllocSqncAssgmtentity and save it to the S/4HANA system.- Specified by:
updateProdAllocSqncAssgmtin interfaceProductAllocationSequenceServiceBatchChangeSet- Parameters:
prodAllocSqncAssgmt-ProdAllocSqncAssgmtentity 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.
-