java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,ModificationResponse<EntityT>>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperModification<FluentHelperT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate<SEPAMandateUpdateFluentHelper,SEPAMandate>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.sepamandatemanageinaccountsreceivable.SEPAMandateUpdateFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

public class SEPAMandateUpdateFluentHelper extends FluentHelperUpdate<SEPAMandateUpdateFluentHelper,SEPAMandate>
Fluent helper to update an existing SEPAMandate entity and save it to the S/4HANA system.

To perform execution, call the executeRequest method on the fluent helper object.

  • Constructor Details

    • SEPAMandateUpdateFluentHelper

      public SEPAMandateUpdateFluentHelper(@Nonnull String servicePath, @Nonnull SEPAMandate entity, @Nonnull String entityCollection)
      Creates a fluent helper object that will update a SEPAMandate entity on the OData endpoint. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      servicePath - The service path to direct the update requests to.
      entity - The SEPAMandate to take the updated values from.
  • Method Details