Interface BufferSizingServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<BufferSizingServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BufferSizingServiceBatch>
- All Known Implementing Classes:
DefaultBufferSizingServiceBatchChangeSet
public interface BufferSizingServiceBatchChangeSet
extends FluentHelperBatchChangeSet<BufferSizingServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BufferSizingServiceBatch>
This interface enables you to combine multiple operations into one change set. 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.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 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
-
updateDemandAdjustments
@Nonnull BufferSizingServiceBatchChangeSet updateDemandAdjustments(@Nonnull DemandAdjustments demandAdjustments) Update an existingDemandAdjustmentsentity and save it to the S/4HANA system.- 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 BufferSizingServiceBatchChangeSet updateDemandAdjustmentFactors(@Nonnull DemandAdjustmentFactors demandAdjustmentFactors) Update an existingDemandAdjustmentFactorsentity and save it to the S/4HANA system.- 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 BufferSizingServiceBatchChangeSet updateZoneAdjustments(@Nonnull ZoneAdjustments zoneAdjustments) Update an existingZoneAdjustmentsentity and save it to the S/4HANA system.- 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 BufferSizingServiceBatchChangeSet createProposalHeader(@Nonnull ProposalHeader proposalHeader) Create a newProposalHeaderentity and save it to the S/4HANA system.- 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.
-