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 Summary
Modifier and TypeMethodDescriptionaddFunctionImport
(FluentHelperFunction<?, ?, ?> functionImport) Adds a function import call to the currently opened changeset.
-
Method Details
-
addFunctionImport
Adds a function import call to the currently opened changeset. Only useexecuteRequest
to issue the batch request.- Parameters:
functionImport
- TheFluentHelperFunction
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.
-