WorkflowFileValueBuilder |
WorkflowFileValueBuilder.file(File file) |
Adds files to this builder, using the default file type.
|
WorkflowFileValueBuilder |
WorkflowFileValueBuilder.file(File file,
String contentType) |
Adds files to this builder, using the default file type.
|
WorkflowFileValueBuilder |
WorkflowFileValueBuilder.file(String key,
File file) |
Adds files to this builder.
|
WorkflowFileValueBuilder |
WorkflowFileValueBuilder.file(String key,
File file,
String contentType) |
Adds files to this builder.
|
WorkflowFileValueBuilder |
WorkflowFileValueBuilder.files(IWorkflowFile... files) |
Adds files to this builder, using the default file type.
|
WorkflowFileValueBuilder |
WorkflowFileValueBuilder.files(Iterable<IWorkflowFile> files) |
Adds files to this builder, using the default file type.
|
WorkflowFileValueBuilder |
WorkflowFileValueBuilder.files(String key,
IWorkflowFile... files) |
Adds files to this builder.
|
WorkflowFileValueBuilder |
WorkflowFileValueBuilder.files(String key,
Iterable<IWorkflowFile> files) |
Adds files to this builder.
|
static WorkflowFileValueBuilder |
WorkflowFileValueBuilder.workflowFileValueBuilder() |
Creates a new builder for configuring a file value.
|