All Implemented Interfaces:
FluentHelperExecutable<Object>

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

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

  • Constructor Details

    • TimeOverviewUpdateFluentHelper

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