Class ProcessOrder_2CreateFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

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

  • Constructor Details

    • ProcessOrder_2CreateFluentHelper

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