Interface FluentHelperBatchChangeSet<FluentHelperT>

Type Parameters:
FluentHelperT - The same fluent helper

public interface FluentHelperBatchChangeSet<FluentHelperT>
Contains methods applicable to enrich the currently open change set.
  • Method Details

    • addFunctionImport

      @Nonnull FluentHelperT addFunctionImport(@Nonnull FluentHelperFunction<?,?,?> functionImport)
      Adds a function import call to the currently opened changeset. Only use executeRequest to issue the batch request.
      Parameters:
      functionImport - The FluentHelperFunction that represents the function import call
      Returns:
      The same fluent helper
      Throws:
      IllegalStateException - If the batch request contains a function import call within a change set which uses the HTTP GET method.