Class CustomerTextUpdateFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

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

  • Constructor Details

    • CustomerTextUpdateFluentHelper

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