FileListDescriptor.Builder |
FileListDescriptor.Builder.contentTypes(String... contentTypes) |
Adds content types that are allowed for the files.
|
FileListDescriptor.Builder |
FileListDescriptor.Builder.contentTypes(Set<String> contentTypes) |
Adds content types that are allowed for the files.
|
FileListDescriptor.Builder |
FileListDescriptor.Builder.description(String descriptionI18n) |
Sets the I18n key pointing to a description for the file.
|
FileListDescriptor.Builder |
FileListDescriptor.Builder.descriptionHtml(boolean descriptionHtml) |
Sets whether the description is an HTML string.
|
FileListDescriptor.Builder |
FileListDescriptor.Builder.descriptionI18nKey(boolean descriptionI18nKey) |
Sets whether the description is an I18N key that needs to be looked up in a resource bundle.
|
static FileListDescriptor.Builder |
FileListDescriptor.fileListDescriptorBuilder() |
|
FileListDescriptor.Builder |
FileListDescriptor.Builder.maxFileCount(int maxFileCount) |
Sets the maximum number of files that can be provided.
|
FileListDescriptor.Builder |
FileListDescriptor.Builder.minFileCount(int minFileCount) |
Sets the minimum number of files that must be provided.
|