Interface IFileValueBuilder
- All Superinterfaces:
IFileValueConfigurator<IFileValueBuilder>
A builder for a file value.
- Since:
- 8.2.0
-
Method Summary
Methods inherited from interface IFileValueConfigurator
file, file, files, files, files, files, files, fileValues, fileValues, fileValues, fileValues, paths, paths, paths, paths, self, value
-
Method Details
-
build
IWorkflowFileValue 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.
-