Class DefaultBufferSizingServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<BufferSizingServiceBatch,BufferSizingServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing.batch.DefaultBufferSizingServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<BufferSizingServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BufferSizingServiceBatch>,BufferSizingServiceBatchChangeSet
public class DefaultBufferSizingServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<BufferSizingServiceBatch,BufferSizingServiceBatchChangeSet>
implements BufferSizingServiceBatchChangeSet
Implementation of the
BufferSizingServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
BufferSizingService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProposalHeader(ProposalHeader proposalHeader) Create a newProposalHeaderentity and save it to the S/4HANA system.protected DefaultBufferSizingServiceBatchChangeSetgetThis()updateDemandAdjustmentFactors(DemandAdjustmentFactors demandAdjustmentFactors) Update an existingDemandAdjustmentFactorsentity and save it to the S/4HANA system.updateDemandAdjustments(DemandAdjustments demandAdjustments) Update an existingDemandAdjustmentsentity and save it to the S/4HANA system.updateZoneAdjustments(ZoneAdjustments zoneAdjustments) Update an existingZoneAdjustmentsentity 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<BufferSizingServiceBatch,BufferSizingServiceBatchChangeSet>
-
updateDemandAdjustments
@Nonnull public BufferSizingServiceBatchChangeSet updateDemandAdjustments(@Nonnull DemandAdjustments demandAdjustments) Description copied from interface:BufferSizingServiceBatchChangeSetUpdate an existingDemandAdjustmentsentity and save it to the S/4HANA system.- Specified by:
updateDemandAdjustmentsin interfaceBufferSizingServiceBatchChangeSet- Parameters:
demandAdjustments-DemandAdjustmentsentity 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.
-
updateDemandAdjustmentFactors
@Nonnull public BufferSizingServiceBatchChangeSet updateDemandAdjustmentFactors(@Nonnull DemandAdjustmentFactors demandAdjustmentFactors) Description copied from interface:BufferSizingServiceBatchChangeSetUpdate an existingDemandAdjustmentFactorsentity and save it to the S/4HANA system.- Specified by:
updateDemandAdjustmentFactorsin interfaceBufferSizingServiceBatchChangeSet- Parameters:
demandAdjustmentFactors-DemandAdjustmentFactorsentity 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.
-
updateZoneAdjustments
@Nonnull public BufferSizingServiceBatchChangeSet updateZoneAdjustments(@Nonnull ZoneAdjustments zoneAdjustments) Description copied from interface:BufferSizingServiceBatchChangeSetUpdate an existingZoneAdjustmentsentity and save it to the S/4HANA system.- Specified by:
updateZoneAdjustmentsin interfaceBufferSizingServiceBatchChangeSet- Parameters:
zoneAdjustments-ZoneAdjustmentsentity 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.
-
createProposalHeader
@Nonnull public BufferSizingServiceBatchChangeSet createProposalHeader(@Nonnull ProposalHeader proposalHeader) Description copied from interface:BufferSizingServiceBatchChangeSetCreate a newProposalHeaderentity and save it to the S/4HANA system.- Specified by:
createProposalHeaderin interfaceBufferSizingServiceBatchChangeSet- Parameters:
proposalHeader-ProposalHeaderentity 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.
-