java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic<FluentHelperT,EntityT,ModificationResponse<EntityT>>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperModification<FluentHelperT,EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate<LongTextCreateFluentHelper,LongText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceorderoperationconfirmation.LongTextCreateFluentHelper
All Implemented Interfaces:
FluentHelperExecutable<Object>

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

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

  • Constructor Details

    • LongTextCreateFluentHelper

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