Class DefaultCentralPurchaseContractServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<CentralPurchaseContractServiceBatch,CentralPurchaseContractServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.centralpurchasecontract.batch.DefaultCentralPurchaseContractServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<CentralPurchaseContractServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CentralPurchaseContractServiceBatch>,CentralPurchaseContractServiceBatchChangeSet
public class DefaultCentralPurchaseContractServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<CentralPurchaseContractServiceBatch,CentralPurchaseContractServiceBatchChangeSet>
implements CentralPurchaseContractServiceBatchChangeSet
Implementation of the
CentralPurchaseContractServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
CentralPurchaseContractService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCentralPurchaseContract(CentralPurchaseContract centralPurchaseContract) Create a newCentralPurchaseContractentity and save it to the S/4HANA system.getThis()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
-
createCentralPurchaseContract
@Nonnull public CentralPurchaseContractServiceBatchChangeSet createCentralPurchaseContract(@Nonnull CentralPurchaseContract centralPurchaseContract) Description copied from interface:CentralPurchaseContractServiceBatchChangeSetCreate a newCentralPurchaseContractentity and save it to the S/4HANA system.- Specified by:
createCentralPurchaseContractin interfaceCentralPurchaseContractServiceBatchChangeSet- Parameters:
centralPurchaseContract-CentralPurchaseContractentity 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.
-