Interface ContractAccountingSEPAMandateServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ContractAccountingSEPAMandateServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ContractAccountingSEPAMandateServiceBatch>
- All Known Implementing Classes:
DefaultContractAccountingSEPAMandateServiceBatchChangeSet
public interface ContractAccountingSEPAMandateServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ContractAccountingSEPAMandateServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ContractAccountingSEPAMandateServiceBatch>
This interface enables you to combine multiple operations into one change set. 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.updateSEPAMandate(SEPAMandate sEPAMandate) Update an existingSEPAMandateentity and save it to the S/4HANA system.Methods 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
-
createSEPAMandate
@Nonnull ContractAccountingSEPAMandateServiceBatchChangeSet createSEPAMandate(@Nonnull SEPAMandate sEPAMandate) Create a newSEPAMandateentity and save it to the S/4HANA system.- 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 ContractAccountingSEPAMandateServiceBatchChangeSet updateSEPAMandate(@Nonnull SEPAMandate sEPAMandate) Update an existingSEPAMandateentity and save it to the S/4HANA system.- 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 ContractAccountingSEPAMandateServiceBatchChangeSet createSEPAMandateUsage(@Nonnull SEPAMandateUsage sEPAMandateUsage) Create a newSEPAMandateUsageentity and save it to the S/4HANA system.- 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.
-