Interface CostCenterActivityTypeServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<CostCenterActivityTypeServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CostCenterActivityTypeServiceBatch>
- All Known Implementing Classes:
DefaultCostCenterActivityTypeServiceBatchChangeSet
public interface CostCenterActivityTypeServiceBatchChangeSet
extends FluentHelperBatchChangeSet<CostCenterActivityTypeServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<CostCenterActivityTypeServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
CostCenterActivityTypeService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCostCenterActivityType(CostCenterActivityType costCenterActivityType) Create a newCostCenterActivityTypeentity and save it to the S/4HANA system.createCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText) Create a newCostCenterActivityTypeTextentity and save it to the S/4HANA system.deleteCostCenterActivityType(CostCenterActivityType costCenterActivityType) Deletes an existingCostCenterActivityTypeentity in the S/4HANA system.deleteCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText) Deletes an existingCostCenterActivityTypeTextentity in the S/4HANA system.updateCostCenterActivityType(CostCenterActivityType costCenterActivityType) Update an existingCostCenterActivityTypeentity and save it to the S/4HANA system.updateCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText) Update an existingCostCenterActivityTypeTextentity 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
-
createCostCenterActivityType
@Nonnull CostCenterActivityTypeServiceBatchChangeSet createCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType) Create a newCostCenterActivityTypeentity and save it to the S/4HANA system.- Parameters:
costCenterActivityType-CostCenterActivityTypeentity 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.
-
updateCostCenterActivityType
@Nonnull CostCenterActivityTypeServiceBatchChangeSet updateCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType) Update an existingCostCenterActivityTypeentity and save it to the S/4HANA system.- Parameters:
costCenterActivityType-CostCenterActivityTypeentity 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.
-
deleteCostCenterActivityType
@Nonnull CostCenterActivityTypeServiceBatchChangeSet deleteCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType) Deletes an existingCostCenterActivityTypeentity in the S/4HANA system.- Parameters:
costCenterActivityType-CostCenterActivityTypeentity 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.
-
createCostCenterActivityTypeText
@Nonnull CostCenterActivityTypeServiceBatchChangeSet createCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText) Create a newCostCenterActivityTypeTextentity and save it to the S/4HANA system.- Parameters:
costCenterActivityTypeText-CostCenterActivityTypeTextentity 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.
-
updateCostCenterActivityTypeText
@Nonnull CostCenterActivityTypeServiceBatchChangeSet updateCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText) Update an existingCostCenterActivityTypeTextentity and save it to the S/4HANA system.- Parameters:
costCenterActivityTypeText-CostCenterActivityTypeTextentity 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.
-
deleteCostCenterActivityTypeText
@Nonnull CostCenterActivityTypeServiceBatchChangeSet deleteCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText) Deletes an existingCostCenterActivityTypeTextentity in the S/4HANA system.- Parameters:
costCenterActivityTypeText-CostCenterActivityTypeTextentity 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.
-