Class PurCtrAccountCreateFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

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

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

  • Constructor Details

    • PurCtrAccountCreateFluentHelper

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