Class PlanCostRateCreateFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

public class PlanCostRateCreateFluentHelper extends FluentHelperCreate<PlanCostRateCreateFluentHelper,PlanCostRate>
Fluent helper to create a new PlanCostRate entity and save it to the S/4HANA system.

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

  • Constructor Details

    • PlanCostRateCreateFluentHelper

      public PlanCostRateCreateFluentHelper(@Nonnull String servicePath, @Nonnull PlanCostRate entity, @Nonnull String entityCollection)
      Creates a fluent helper object that will create a PlanCostRate entity on the OData endpoint. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      entityCollection - Entity Collection to direct the create requests to.
      servicePath - The service path to direct the create requests to.
      entity - The PlanCostRate to create.
  • Method Details