Class DefaultSupplierQuotationServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<SupplierQuotationServiceBatch,SupplierQuotationServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation.batch.DefaultSupplierQuotationServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<SupplierQuotationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SupplierQuotationServiceBatch>,SupplierQuotationServiceBatchChangeSet
public class DefaultSupplierQuotationServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<SupplierQuotationServiceBatch,SupplierQuotationServiceBatchChangeSet>
implements SupplierQuotationServiceBatchChangeSet
Implementation of the
SupplierQuotationServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
SupplierQuotationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSupplierQuotation(SupplierQuotation supplierQuotation) Create a newSupplierQuotationentity and save it to the S/4HANA system.deleteSupplierQuotation(SupplierQuotation supplierQuotation) Deletes an existingSupplierQuotationentity in the S/4HANA system.getThis()updateSupplierQuotation(SupplierQuotation supplierQuotation) Update an existingSupplierQuotationentity and save it to the S/4HANA system.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem) Update an existingSupplierQuotationItementity 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<SupplierQuotationServiceBatch,SupplierQuotationServiceBatchChangeSet>
-
createSupplierQuotation
@Nonnull public SupplierQuotationServiceBatchChangeSet createSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Description copied from interface:SupplierQuotationServiceBatchChangeSetCreate a newSupplierQuotationentity and save it to the S/4HANA system.- Specified by:
createSupplierQuotationin interfaceSupplierQuotationServiceBatchChangeSet- Parameters:
supplierQuotation-SupplierQuotationentity 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.
-
updateSupplierQuotation
@Nonnull public SupplierQuotationServiceBatchChangeSet updateSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Description copied from interface:SupplierQuotationServiceBatchChangeSetUpdate an existingSupplierQuotationentity and save it to the S/4HANA system.- Specified by:
updateSupplierQuotationin interfaceSupplierQuotationServiceBatchChangeSet- Parameters:
supplierQuotation-SupplierQuotationentity 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.
-
deleteSupplierQuotation
@Nonnull public SupplierQuotationServiceBatchChangeSet deleteSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Description copied from interface:SupplierQuotationServiceBatchChangeSetDeletes an existingSupplierQuotationentity in the S/4HANA system.- Specified by:
deleteSupplierQuotationin interfaceSupplierQuotationServiceBatchChangeSet- Parameters:
supplierQuotation-SupplierQuotationentity 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.
-
updateSupplierQuotationItem
@Nonnull public SupplierQuotationServiceBatchChangeSet updateSupplierQuotationItem(@Nonnull SupplierQuotationItem supplierQuotationItem) Description copied from interface:SupplierQuotationServiceBatchChangeSetUpdate an existingSupplierQuotationItementity and save it to the S/4HANA system.- Specified by:
updateSupplierQuotationItemin interfaceSupplierQuotationServiceBatchChangeSet- Parameters:
supplierQuotationItem-SupplierQuotationItementity 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.
-