Interface StatisticalKeyFigureServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<StatisticalKeyFigureServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<StatisticalKeyFigureServiceBatch>
- All Known Implementing Classes:
DefaultStatisticalKeyFigureServiceBatchChangeSet
public interface StatisticalKeyFigureServiceBatchChangeSet
extends FluentHelperBatchChangeSet<StatisticalKeyFigureServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<StatisticalKeyFigureServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
StatisticalKeyFigureService.-
Method Summary
Modifier and TypeMethodDescriptioncreateStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Create a newStatisticalKeyFigureentity and save it to the S/4HANA system.createStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Create a newStatisticalKeyFigureTextentity and save it to the S/4HANA system.deleteStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Deletes an existingStatisticalKeyFigureentity in the S/4HANA system.deleteStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Deletes an existingStatisticalKeyFigureTextentity in the S/4HANA system.updateStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Update an existingStatisticalKeyFigureentity and save it to the S/4HANA system.updateStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Update an existingStatisticalKeyFigureTextentity 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
-
createStatisticalKeyFigure
@Nonnull StatisticalKeyFigureServiceBatchChangeSet createStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Create a newStatisticalKeyFigureentity and save it to the S/4HANA system.- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity 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.
-
updateStatisticalKeyFigure
@Nonnull StatisticalKeyFigureServiceBatchChangeSet updateStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Update an existingStatisticalKeyFigureentity and save it to the S/4HANA system.- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity 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.
-
deleteStatisticalKeyFigure
@Nonnull StatisticalKeyFigureServiceBatchChangeSet deleteStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Deletes an existingStatisticalKeyFigureentity in the S/4HANA system.- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity object that will be deleted 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.
-
createStatisticalKeyFigureText
@Nonnull StatisticalKeyFigureServiceBatchChangeSet createStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Create a newStatisticalKeyFigureTextentity and save it to the S/4HANA system.- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity 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.
-
updateStatisticalKeyFigureText
@Nonnull StatisticalKeyFigureServiceBatchChangeSet updateStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Update an existingStatisticalKeyFigureTextentity and save it to the S/4HANA system.- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity 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.
-
deleteStatisticalKeyFigureText
@Nonnull StatisticalKeyFigureServiceBatchChangeSet deleteStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Deletes an existingStatisticalKeyFigureTextentity in the S/4HANA system.- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity object that will be deleted 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.
-