Class BR_NFVehicleUpdateFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

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

  • Constructor Details

    • BR_NFVehicleUpdateFluentHelper

      public BR_NFVehicleUpdateFluentHelper(@Nonnull String servicePath, @Nonnull BR_NFVehicle entity, @Nonnull String entityCollection)
      Creates a fluent helper object that will update a BR_NFVehicle 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 BR_NFVehicle to take the updated values from.
  • Method Details