Class DefaultCostCenterActivityTypeServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<CostCenterActivityTypeServiceBatch,CostCenterActivityTypeServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenteractivitytype.batch.DefaultCostCenterActivityTypeServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<CostCenterActivityTypeServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CostCenterActivityTypeServiceBatch>,CostCenterActivityTypeServiceBatchChangeSet
public class DefaultCostCenterActivityTypeServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<CostCenterActivityTypeServiceBatch,CostCenterActivityTypeServiceBatchChangeSet>
implements CostCenterActivityTypeServiceBatchChangeSet
Implementation of the
CostCenterActivityTypeServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 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
-
createCostCenterActivityType
@Nonnull public CostCenterActivityTypeServiceBatchChangeSet createCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType) Description copied from interface:CostCenterActivityTypeServiceBatchChangeSetCreate a newCostCenterActivityTypeentity and save it to the S/4HANA system.- Specified by:
createCostCenterActivityTypein interfaceCostCenterActivityTypeServiceBatchChangeSet- 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 public CostCenterActivityTypeServiceBatchChangeSet updateCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType) Description copied from interface:CostCenterActivityTypeServiceBatchChangeSetUpdate an existingCostCenterActivityTypeentity and save it to the S/4HANA system.- Specified by:
updateCostCenterActivityTypein interfaceCostCenterActivityTypeServiceBatchChangeSet- 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 public CostCenterActivityTypeServiceBatchChangeSet deleteCostCenterActivityType(@Nonnull CostCenterActivityType costCenterActivityType) Description copied from interface:CostCenterActivityTypeServiceBatchChangeSetDeletes an existingCostCenterActivityTypeentity in the S/4HANA system.- Specified by:
deleteCostCenterActivityTypein interfaceCostCenterActivityTypeServiceBatchChangeSet- 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 public CostCenterActivityTypeServiceBatchChangeSet createCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText) Description copied from interface:CostCenterActivityTypeServiceBatchChangeSetCreate a newCostCenterActivityTypeTextentity and save it to the S/4HANA system.- Specified by:
createCostCenterActivityTypeTextin interfaceCostCenterActivityTypeServiceBatchChangeSet- 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 public CostCenterActivityTypeServiceBatchChangeSet updateCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText) Description copied from interface:CostCenterActivityTypeServiceBatchChangeSetUpdate an existingCostCenterActivityTypeTextentity and save it to the S/4HANA system.- Specified by:
updateCostCenterActivityTypeTextin interfaceCostCenterActivityTypeServiceBatchChangeSet- 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 public CostCenterActivityTypeServiceBatchChangeSet deleteCostCenterActivityTypeText(@Nonnull CostCenterActivityTypeText costCenterActivityTypeText) Description copied from interface:CostCenterActivityTypeServiceBatchChangeSetDeletes an existingCostCenterActivityTypeTextentity in the S/4HANA system.- Specified by:
deleteCostCenterActivityTypeTextin interfaceCostCenterActivityTypeServiceBatchChangeSet- 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.
-