Interface CreditManagementMasterDataServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<CreditManagementMasterDataServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CreditManagementMasterDataServiceBatch>
- All Known Implementing Classes:
DefaultCreditManagementMasterDataServiceBatchChangeSet
public interface CreditManagementMasterDataServiceBatchChangeSet
extends FluentHelperBatchChangeSet<CreditManagementMasterDataServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<CreditManagementMasterDataServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
CreditManagementMasterDataService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCreditManagementAccount(CreditManagementAccount creditManagementAccount) Create a newCreditManagementAccountentity and save it to the S/4HANA system.createCreditMgmtBusinessPartner(CreditMgmtBusinessPartner creditMgmtBusinessPartner) Create a newCreditMgmtBusinessPartnerentity and save it to the S/4HANA system.deleteCrdtMAcctCollateral(CrdtMAcctCollateral crdtMAcctCollateral) Deletes an existingCrdtMAcctCollateralentity in the S/4HANA system.deleteCrdtMAcctCrdtInsurance(CrdtMAcctCrdtInsurance crdtMAcctCrdtInsurance) Deletes an existingCrdtMAcctCrdtInsuranceentity in the S/4HANA system.deleteCrdtMgmtBPCollateral(CrdtMgmtBPCollateral crdtMgmtBPCollateral) Deletes an existingCrdtMgmtBPCollateralentity in the S/4HANA system.deleteCrdtMgmtBPCreditInsurance(CrdtMgmtBPCreditInsurance crdtMgmtBPCreditInsurance) Deletes an existingCrdtMgmtBPCreditInsuranceentity in the S/4HANA system.deleteCrdtMgmtBPNegativeEvent(CrdtMgmtBPNegativeEvent crdtMgmtBPNegativeEvent) Deletes an existingCrdtMgmtBPNegativeEvententity in the S/4HANA system.deleteCreditManagementAccount(CreditManagementAccount creditManagementAccount) Deletes an existingCreditManagementAccountentity in the S/4HANA system.updateCrdtMAcctCollateral(CrdtMAcctCollateral crdtMAcctCollateral) Update an existingCrdtMAcctCollateralentity and save it to the S/4HANA system.updateCrdtMAcctCrdtInsurance(CrdtMAcctCrdtInsurance crdtMAcctCrdtInsurance) Update an existingCrdtMAcctCrdtInsuranceentity and save it to the S/4HANA system.updateCrdtMgmtBPCollateral(CrdtMgmtBPCollateral crdtMgmtBPCollateral) Update an existingCrdtMgmtBPCollateralentity and save it to the S/4HANA system.updateCrdtMgmtBPCreditInsurance(CrdtMgmtBPCreditInsurance crdtMgmtBPCreditInsurance) Update an existingCrdtMgmtBPCreditInsuranceentity and save it to the S/4HANA system.updateCrdtMgmtBPNegativeEvent(CrdtMgmtBPNegativeEvent crdtMgmtBPNegativeEvent) Update an existingCrdtMgmtBPNegativeEvententity and save it to the S/4HANA system.updateCreditManagementAccount(CreditManagementAccount creditManagementAccount) Update an existingCreditManagementAccountentity and save it to the S/4HANA system.updateCreditMgmtBusinessPartner(CreditMgmtBusinessPartner creditMgmtBusinessPartner) Update an existingCreditMgmtBusinessPartnerentity 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
-
updateCrdtMAcctCollateral
@Nonnull CreditManagementMasterDataServiceBatchChangeSet updateCrdtMAcctCollateral(@Nonnull CrdtMAcctCollateral crdtMAcctCollateral) Update an existingCrdtMAcctCollateralentity and save it to the S/4HANA system.- Parameters:
crdtMAcctCollateral-CrdtMAcctCollateralentity 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.
-
deleteCrdtMAcctCollateral
@Nonnull CreditManagementMasterDataServiceBatchChangeSet deleteCrdtMAcctCollateral(@Nonnull CrdtMAcctCollateral crdtMAcctCollateral) Deletes an existingCrdtMAcctCollateralentity in the S/4HANA system.- Parameters:
crdtMAcctCollateral-CrdtMAcctCollateralentity 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.
-
updateCrdtMAcctCrdtInsurance
@Nonnull CreditManagementMasterDataServiceBatchChangeSet updateCrdtMAcctCrdtInsurance(@Nonnull CrdtMAcctCrdtInsurance crdtMAcctCrdtInsurance) Update an existingCrdtMAcctCrdtInsuranceentity and save it to the S/4HANA system.- Parameters:
crdtMAcctCrdtInsurance-CrdtMAcctCrdtInsuranceentity 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.
-
deleteCrdtMAcctCrdtInsurance
@Nonnull CreditManagementMasterDataServiceBatchChangeSet deleteCrdtMAcctCrdtInsurance(@Nonnull CrdtMAcctCrdtInsurance crdtMAcctCrdtInsurance) Deletes an existingCrdtMAcctCrdtInsuranceentity in the S/4HANA system.- Parameters:
crdtMAcctCrdtInsurance-CrdtMAcctCrdtInsuranceentity 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.
-
createCreditMgmtBusinessPartner
@Nonnull CreditManagementMasterDataServiceBatchChangeSet createCreditMgmtBusinessPartner(@Nonnull CreditMgmtBusinessPartner creditMgmtBusinessPartner) Create a newCreditMgmtBusinessPartnerentity and save it to the S/4HANA system.- Parameters:
creditMgmtBusinessPartner-CreditMgmtBusinessPartnerentity 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.
-
updateCreditMgmtBusinessPartner
@Nonnull CreditManagementMasterDataServiceBatchChangeSet updateCreditMgmtBusinessPartner(@Nonnull CreditMgmtBusinessPartner creditMgmtBusinessPartner) Update an existingCreditMgmtBusinessPartnerentity and save it to the S/4HANA system.- Parameters:
creditMgmtBusinessPartner-CreditMgmtBusinessPartnerentity 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.
-
updateCrdtMgmtBPCollateral
@Nonnull CreditManagementMasterDataServiceBatchChangeSet updateCrdtMgmtBPCollateral(@Nonnull CrdtMgmtBPCollateral crdtMgmtBPCollateral) Update an existingCrdtMgmtBPCollateralentity and save it to the S/4HANA system.- Parameters:
crdtMgmtBPCollateral-CrdtMgmtBPCollateralentity 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.
-
deleteCrdtMgmtBPCollateral
@Nonnull CreditManagementMasterDataServiceBatchChangeSet deleteCrdtMgmtBPCollateral(@Nonnull CrdtMgmtBPCollateral crdtMgmtBPCollateral) Deletes an existingCrdtMgmtBPCollateralentity in the S/4HANA system.- Parameters:
crdtMgmtBPCollateral-CrdtMgmtBPCollateralentity 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.
-
updateCrdtMgmtBPCreditInsurance
@Nonnull CreditManagementMasterDataServiceBatchChangeSet updateCrdtMgmtBPCreditInsurance(@Nonnull CrdtMgmtBPCreditInsurance crdtMgmtBPCreditInsurance) Update an existingCrdtMgmtBPCreditInsuranceentity and save it to the S/4HANA system.- Parameters:
crdtMgmtBPCreditInsurance-CrdtMgmtBPCreditInsuranceentity 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.
-
deleteCrdtMgmtBPCreditInsurance
@Nonnull CreditManagementMasterDataServiceBatchChangeSet deleteCrdtMgmtBPCreditInsurance(@Nonnull CrdtMgmtBPCreditInsurance crdtMgmtBPCreditInsurance) Deletes an existingCrdtMgmtBPCreditInsuranceentity in the S/4HANA system.- Parameters:
crdtMgmtBPCreditInsurance-CrdtMgmtBPCreditInsuranceentity 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.
-
updateCrdtMgmtBPNegativeEvent
@Nonnull CreditManagementMasterDataServiceBatchChangeSet updateCrdtMgmtBPNegativeEvent(@Nonnull CrdtMgmtBPNegativeEvent crdtMgmtBPNegativeEvent) Update an existingCrdtMgmtBPNegativeEvententity and save it to the S/4HANA system.- Parameters:
crdtMgmtBPNegativeEvent-CrdtMgmtBPNegativeEvententity 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.
-
deleteCrdtMgmtBPNegativeEvent
@Nonnull CreditManagementMasterDataServiceBatchChangeSet deleteCrdtMgmtBPNegativeEvent(@Nonnull CrdtMgmtBPNegativeEvent crdtMgmtBPNegativeEvent) Deletes an existingCrdtMgmtBPNegativeEvententity in the S/4HANA system.- Parameters:
crdtMgmtBPNegativeEvent-CrdtMgmtBPNegativeEvententity 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.
-
createCreditManagementAccount
@Nonnull CreditManagementMasterDataServiceBatchChangeSet createCreditManagementAccount(@Nonnull CreditManagementAccount creditManagementAccount) Create a newCreditManagementAccountentity and save it to the S/4HANA system.- Parameters:
creditManagementAccount-CreditManagementAccountentity 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.
-
updateCreditManagementAccount
@Nonnull CreditManagementMasterDataServiceBatchChangeSet updateCreditManagementAccount(@Nonnull CreditManagementAccount creditManagementAccount) Update an existingCreditManagementAccountentity and save it to the S/4HANA system.- Parameters:
creditManagementAccount-CreditManagementAccountentity 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.
-
deleteCreditManagementAccount
@Nonnull CreditManagementMasterDataServiceBatchChangeSet deleteCreditManagementAccount(@Nonnull CreditManagementAccount creditManagementAccount) Deletes an existingCreditManagementAccountentity in the S/4HANA system.- Parameters:
creditManagementAccount-CreditManagementAccountentity 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.
-