Class DefaultContractAccountingSEPAMandateServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ContractAccountingSEPAMandateServiceBatch,ContractAccountingSEPAMandateServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.contractaccountingsepamandate.batch.DefaultContractAccountingSEPAMandateServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ContractAccountingSEPAMandateServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ContractAccountingSEPAMandateServiceBatch>,ContractAccountingSEPAMandateServiceBatchChangeSet
public class DefaultContractAccountingSEPAMandateServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ContractAccountingSEPAMandateServiceBatch,ContractAccountingSEPAMandateServiceBatchChangeSet>
implements ContractAccountingSEPAMandateServiceBatchChangeSet
Implementation of the
ContractAccountingSEPAMandateServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
ContractAccountingSEPAMandateService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSEPAMandate(SEPAMandate sEPAMandate) Create a newSEPAMandateentity and save it to the S/4HANA system.createSEPAMandateUsage(SEPAMandateUsage sEPAMandateUsage) Create a newSEPAMandateUsageentity and save it to the S/4HANA system.getThis()updateSEPAMandate(SEPAMandate sEPAMandate) Update an existingSEPAMandateentity 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
-
createSEPAMandate
@Nonnull public ContractAccountingSEPAMandateServiceBatchChangeSet createSEPAMandate(@Nonnull SEPAMandate sEPAMandate) Description copied from interface:ContractAccountingSEPAMandateServiceBatchChangeSetCreate a newSEPAMandateentity and save it to the S/4HANA system.- Specified by:
createSEPAMandatein interfaceContractAccountingSEPAMandateServiceBatchChangeSet- Parameters:
sEPAMandate-SEPAMandateentity 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.
-
updateSEPAMandate
@Nonnull public ContractAccountingSEPAMandateServiceBatchChangeSet updateSEPAMandate(@Nonnull SEPAMandate sEPAMandate) Description copied from interface:ContractAccountingSEPAMandateServiceBatchChangeSetUpdate an existingSEPAMandateentity and save it to the S/4HANA system.- Specified by:
updateSEPAMandatein interfaceContractAccountingSEPAMandateServiceBatchChangeSet- Parameters:
sEPAMandate-SEPAMandateentity 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.
-
createSEPAMandateUsage
@Nonnull public ContractAccountingSEPAMandateServiceBatchChangeSet createSEPAMandateUsage(@Nonnull SEPAMandateUsage sEPAMandateUsage) Description copied from interface:ContractAccountingSEPAMandateServiceBatchChangeSetCreate a newSEPAMandateUsageentity and save it to the S/4HANA system.- Specified by:
createSEPAMandateUsagein interfaceContractAccountingSEPAMandateServiceBatchChangeSet- Parameters:
sEPAMandateUsage-SEPAMandateUsageentity 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.
-