Class DefaultSupplierInvoiceIntegrationServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<SupplierInvoiceIntegrationServiceBatch,SupplierInvoiceIntegrationServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration.batch.DefaultSupplierInvoiceIntegrationServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<SupplierInvoiceIntegrationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SupplierInvoiceIntegrationServiceBatch>,SupplierInvoiceIntegrationServiceBatchChangeSet
public class DefaultSupplierInvoiceIntegrationServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<SupplierInvoiceIntegrationServiceBatch,SupplierInvoiceIntegrationServiceBatchChangeSet>
implements SupplierInvoiceIntegrationServiceBatchChangeSet
Implementation of the
SupplierInvoiceIntegrationServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
SupplierInvoiceIntegrationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSupplierInvoice(SupplierInvoice supplierInvoice) Create a newSupplierInvoiceentity and save it to the S/4HANA system.deleteSupplierInvoice(SupplierInvoice supplierInvoice) Deletes an existingSupplierInvoiceentity in 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
-
createSupplierInvoice
@Nonnull public SupplierInvoiceIntegrationServiceBatchChangeSet createSupplierInvoice(@Nonnull SupplierInvoice supplierInvoice) Description copied from interface:SupplierInvoiceIntegrationServiceBatchChangeSetCreate a newSupplierInvoiceentity and save it to the S/4HANA system.- Specified by:
createSupplierInvoicein interfaceSupplierInvoiceIntegrationServiceBatchChangeSet- Parameters:
supplierInvoice-SupplierInvoiceentity 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.
-
deleteSupplierInvoice
@Nonnull public SupplierInvoiceIntegrationServiceBatchChangeSet deleteSupplierInvoice(@Nonnull SupplierInvoice supplierInvoice) Description copied from interface:SupplierInvoiceIntegrationServiceBatchChangeSetDeletes an existingSupplierInvoiceentity in the S/4HANA system.- Specified by:
deleteSupplierInvoicein interfaceSupplierInvoiceIntegrationServiceBatchChangeSet- Parameters:
supplierInvoice-SupplierInvoiceentity 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.
-