Class DefaultBudgetPeriodServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<BudgetPeriodServiceBatch,BudgetPeriodServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod.batch.DefaultBudgetPeriodServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<BudgetPeriodServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<BudgetPeriodServiceBatch>,BudgetPeriodServiceBatchChangeSet
public class DefaultBudgetPeriodServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<BudgetPeriodServiceBatch,BudgetPeriodServiceBatchChangeSet>
implements BudgetPeriodServiceBatchChangeSet
Implementation of the
BudgetPeriodServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
BudgetPeriodService.-
Method Summary
Modifier and TypeMethodDescriptioncreateBudgetPeriod(BudgetPeriod budgetPeriod) Create a newBudgetPeriodentity and save it to the S/4HANA system.deleteBudgetPeriod(BudgetPeriod budgetPeriod) Deletes an existingBudgetPeriodentity in the S/4HANA system.protected DefaultBudgetPeriodServiceBatchChangeSetgetThis()updateBudgetPeriod(BudgetPeriod budgetPeriod) Update an existingBudgetPeriodentity and save it to the S/4HANA system.updateBudgetPeriodCoreText(BudgetPeriodCoreText budgetPeriodCoreText) Update an existingBudgetPeriodCoreTextentity 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<BudgetPeriodServiceBatch,BudgetPeriodServiceBatchChangeSet>
-
createBudgetPeriod
@Nonnull public BudgetPeriodServiceBatchChangeSet createBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod) Description copied from interface:BudgetPeriodServiceBatchChangeSetCreate a newBudgetPeriodentity and save it to the S/4HANA system.- Specified by:
createBudgetPeriodin interfaceBudgetPeriodServiceBatchChangeSet- Parameters:
budgetPeriod-BudgetPeriodentity 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.
-
updateBudgetPeriod
@Nonnull public BudgetPeriodServiceBatchChangeSet updateBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod) Description copied from interface:BudgetPeriodServiceBatchChangeSetUpdate an existingBudgetPeriodentity and save it to the S/4HANA system.- Specified by:
updateBudgetPeriodin interfaceBudgetPeriodServiceBatchChangeSet- Parameters:
budgetPeriod-BudgetPeriodentity 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.
-
deleteBudgetPeriod
@Nonnull public BudgetPeriodServiceBatchChangeSet deleteBudgetPeriod(@Nonnull BudgetPeriod budgetPeriod) Description copied from interface:BudgetPeriodServiceBatchChangeSetDeletes an existingBudgetPeriodentity in the S/4HANA system.- Specified by:
deleteBudgetPeriodin interfaceBudgetPeriodServiceBatchChangeSet- Parameters:
budgetPeriod-BudgetPeriodentity 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.
-
updateBudgetPeriodCoreText
@Nonnull public BudgetPeriodServiceBatchChangeSet updateBudgetPeriodCoreText(@Nonnull BudgetPeriodCoreText budgetPeriodCoreText) Description copied from interface:BudgetPeriodServiceBatchChangeSetUpdate an existingBudgetPeriodCoreTextentity and save it to the S/4HANA system.- Specified by:
updateBudgetPeriodCoreTextin interfaceBudgetPeriodServiceBatchChangeSet- Parameters:
budgetPeriodCoreText-BudgetPeriodCoreTextentity 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.
-