Class DefaultIncomingVATInvoiceChinaServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<IncomingVATInvoiceChinaServiceBatch,IncomingVATInvoiceChinaServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.incomingvatinvoicechina.batch.DefaultIncomingVATInvoiceChinaServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<IncomingVATInvoiceChinaServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<IncomingVATInvoiceChinaServiceBatch>,IncomingVATInvoiceChinaServiceBatchChangeSet
public class DefaultIncomingVATInvoiceChinaServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<IncomingVATInvoiceChinaServiceBatch,IncomingVATInvoiceChinaServiceBatchChangeSet>
implements IncomingVATInvoiceChinaServiceBatchChangeSet
Implementation of the
IncomingVATInvoiceChinaServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
IncomingVATInvoiceChinaService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCN_TaxInputInvoice(CN_TaxInputInvoice cN_TaxInputInvoice) Create a newCN_TaxInputInvoiceentity and save it to the S/4HANA system.createCN_TaxInputInvoiceItem(CN_TaxInputInvoiceItem cN_TaxInputInvoiceItem) Create a newCN_TaxInputInvoiceItementity and save it to the S/4HANA system.createCN_TaxInvoiceBindingRecord(CN_TaxInvoiceBindingRecord cN_TaxInvoiceBindingRecord) Create a newCN_TaxInvoiceBindingRecordentity 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
-
createCN_TaxInputInvoice
@Nonnull public IncomingVATInvoiceChinaServiceBatchChangeSet createCN_TaxInputInvoice(@Nonnull CN_TaxInputInvoice cN_TaxInputInvoice) Description copied from interface:IncomingVATInvoiceChinaServiceBatchChangeSetCreate a newCN_TaxInputInvoiceentity and save it to the S/4HANA system.- Specified by:
createCN_TaxInputInvoicein interfaceIncomingVATInvoiceChinaServiceBatchChangeSet- Parameters:
cN_TaxInputInvoice-CN_TaxInputInvoiceentity 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.
-
createCN_TaxInputInvoiceItem
@Nonnull public IncomingVATInvoiceChinaServiceBatchChangeSet createCN_TaxInputInvoiceItem(@Nonnull CN_TaxInputInvoiceItem cN_TaxInputInvoiceItem) Description copied from interface:IncomingVATInvoiceChinaServiceBatchChangeSetCreate a newCN_TaxInputInvoiceItementity and save it to the S/4HANA system.- Specified by:
createCN_TaxInputInvoiceItemin interfaceIncomingVATInvoiceChinaServiceBatchChangeSet- Parameters:
cN_TaxInputInvoiceItem-CN_TaxInputInvoiceItementity 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.
-
createCN_TaxInvoiceBindingRecord
@Nonnull public IncomingVATInvoiceChinaServiceBatchChangeSet createCN_TaxInvoiceBindingRecord(@Nonnull CN_TaxInvoiceBindingRecord cN_TaxInvoiceBindingRecord) Description copied from interface:IncomingVATInvoiceChinaServiceBatchChangeSetCreate a newCN_TaxInvoiceBindingRecordentity and save it to the S/4HANA system.- Specified by:
createCN_TaxInvoiceBindingRecordin interfaceIncomingVATInvoiceChinaServiceBatchChangeSet- Parameters:
cN_TaxInvoiceBindingRecord-CN_TaxInvoiceBindingRecordentity 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.
-