Class CustProjSlsOrdCreateFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

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

  • Constructor Details

    • CustProjSlsOrdCreateFluentHelper

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