Class DefaultCostCenterTestServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<CostCenterTestServiceBatch,CostCenterTestServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.batch.DefaultCostCenterTestServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<CostCenterTestServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CostCenterTestServiceBatch>,CostCenterTestServiceBatchChangeSet
public class DefaultCostCenterTestServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<CostCenterTestServiceBatch,CostCenterTestServiceBatchChangeSet>
implements CostCenterTestServiceBatchChangeSet
Implementation of the
CostCenterTestServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
CostCenterTestService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCostCenter(CostCenter costCenter) Create a newCostCenterentity and save it to the S/4HANA system.createCostCenterText(CostCenterText costCenterText) Create a newCostCenterTextentity and save it to the S/4HANA system.deleteCostCenter(CostCenter costCenter) Deletes an existingCostCenterentity in the S/4HANA system.deleteCostCenterText(CostCenterText costCenterText) Deletes an existingCostCenterTextentity in the S/4HANA system.getThis()updateCostCenter(CostCenter costCenter) Update an existingCostCenterentity and save it to the S/4HANA system.updateCostCenterText(CostCenterText costCenterText) Update an existingCostCenterTextentity 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<CostCenterTestServiceBatch,CostCenterTestServiceBatchChangeSet>
-
createCostCenter
@Nonnull public CostCenterTestServiceBatchChangeSet createCostCenter(@Nonnull CostCenter costCenter) Description copied from interface:CostCenterTestServiceBatchChangeSetCreate a newCostCenterentity and save it to the S/4HANA system.- Specified by:
createCostCenterin interfaceCostCenterTestServiceBatchChangeSet- Parameters:
costCenter-CostCenterentity 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.
-
updateCostCenter
@Nonnull public CostCenterTestServiceBatchChangeSet updateCostCenter(@Nonnull CostCenter costCenter) Description copied from interface:CostCenterTestServiceBatchChangeSetUpdate an existingCostCenterentity and save it to the S/4HANA system.- Specified by:
updateCostCenterin interfaceCostCenterTestServiceBatchChangeSet- Parameters:
costCenter-CostCenterentity 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.
-
deleteCostCenter
@Nonnull public CostCenterTestServiceBatchChangeSet deleteCostCenter(@Nonnull CostCenter costCenter) Description copied from interface:CostCenterTestServiceBatchChangeSetDeletes an existingCostCenterentity in the S/4HANA system.- Specified by:
deleteCostCenterin interfaceCostCenterTestServiceBatchChangeSet- Parameters:
costCenter-CostCenterentity 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.
-
createCostCenterText
@Nonnull public CostCenterTestServiceBatchChangeSet createCostCenterText(@Nonnull CostCenterText costCenterText) Description copied from interface:CostCenterTestServiceBatchChangeSetCreate a newCostCenterTextentity and save it to the S/4HANA system.- Specified by:
createCostCenterTextin interfaceCostCenterTestServiceBatchChangeSet- Parameters:
costCenterText-CostCenterTextentity 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.
-
updateCostCenterText
@Nonnull public CostCenterTestServiceBatchChangeSet updateCostCenterText(@Nonnull CostCenterText costCenterText) Description copied from interface:CostCenterTestServiceBatchChangeSetUpdate an existingCostCenterTextentity and save it to the S/4HANA system.- Specified by:
updateCostCenterTextin interfaceCostCenterTestServiceBatchChangeSet- Parameters:
costCenterText-CostCenterTextentity 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.
-
deleteCostCenterText
@Nonnull public CostCenterTestServiceBatchChangeSet deleteCostCenterText(@Nonnull CostCenterText costCenterText) Description copied from interface:CostCenterTestServiceBatchChangeSetDeletes an existingCostCenterTextentity in the S/4HANA system.- Specified by:
deleteCostCenterTextin interfaceCostCenterTestServiceBatchChangeSet- Parameters:
costCenterText-CostCenterTextentity 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.
-