Class DefaultStatisticalKeyFigureServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<StatisticalKeyFigureServiceBatch,StatisticalKeyFigureServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.statisticalkeyfigure.batch.DefaultStatisticalKeyFigureServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<StatisticalKeyFigureServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<StatisticalKeyFigureServiceBatch>,StatisticalKeyFigureServiceBatchChangeSet
public class DefaultStatisticalKeyFigureServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<StatisticalKeyFigureServiceBatch,StatisticalKeyFigureServiceBatchChangeSet>
implements StatisticalKeyFigureServiceBatchChangeSet
Implementation of the
StatisticalKeyFigureServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 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
-
createStatisticalKeyFigure
@Nonnull public StatisticalKeyFigureServiceBatchChangeSet createStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Description copied from interface:StatisticalKeyFigureServiceBatchChangeSetCreate a newStatisticalKeyFigureentity and save it to the S/4HANA system.- Specified by:
createStatisticalKeyFigurein interfaceStatisticalKeyFigureServiceBatchChangeSet- 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 public StatisticalKeyFigureServiceBatchChangeSet updateStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Description copied from interface:StatisticalKeyFigureServiceBatchChangeSetUpdate an existingStatisticalKeyFigureentity and save it to the S/4HANA system.- Specified by:
updateStatisticalKeyFigurein interfaceStatisticalKeyFigureServiceBatchChangeSet- 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 public StatisticalKeyFigureServiceBatchChangeSet deleteStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Description copied from interface:StatisticalKeyFigureServiceBatchChangeSetDeletes an existingStatisticalKeyFigureentity in the S/4HANA system.- Specified by:
deleteStatisticalKeyFigurein interfaceStatisticalKeyFigureServiceBatchChangeSet- 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 public StatisticalKeyFigureServiceBatchChangeSet createStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Description copied from interface:StatisticalKeyFigureServiceBatchChangeSetCreate a newStatisticalKeyFigureTextentity and save it to the S/4HANA system.- Specified by:
createStatisticalKeyFigureTextin interfaceStatisticalKeyFigureServiceBatchChangeSet- 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 public StatisticalKeyFigureServiceBatchChangeSet updateStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Description copied from interface:StatisticalKeyFigureServiceBatchChangeSetUpdate an existingStatisticalKeyFigureTextentity and save it to the S/4HANA system.- Specified by:
updateStatisticalKeyFigureTextin interfaceStatisticalKeyFigureServiceBatchChangeSet- 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 public StatisticalKeyFigureServiceBatchChangeSet deleteStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Description copied from interface:StatisticalKeyFigureServiceBatchChangeSetDeletes an existingStatisticalKeyFigureTextentity in the S/4HANA system.- Specified by:
deleteStatisticalKeyFigureTextin interfaceStatisticalKeyFigureServiceBatchChangeSet- 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.
-