Class SalesOrderItemCreateFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

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

  • Constructor Details

    • SalesOrderItemCreateFluentHelper

      public SalesOrderItemCreateFluentHelper(@Nonnull String servicePath, @Nonnull SalesOrderItem entity, @Nonnull String entityCollection)
      Creates a fluent helper object that will create a SalesOrderItem 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 SalesOrderItem to create.
  • Method Details