Interface IFileValueBuilder

All Superinterfaces:
IFileValueConfigurator<IFileValueBuilder>

public interface IFileValueBuilder extends IFileValueConfigurator<IFileValueBuilder>
A builder for a file value.
Since:
8.2.0
  • Method Details

    • build

      Builds the workflow file value with the current data. Any modifications to the builder after this call will not affect the returned value.
      Returns:
      The workflow file value.