Uses of Interface
de.xima.fc.prompt.service.support.IPromptFileParametersDescriptorBuilder
Packages that use IPromptFileParametersDescriptorBuilder
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptFileParametersDescriptorBuilder in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IPromptFileParametersDescriptorBuilderModifier and TypeMethodDescriptionIPromptFileParametersDescriptorBuilder.descriptionMessageKey(String descriptionMessageKey) Sets the message key for the description of the file parameters group, which is used when thefile parameterdoes not define adescription.IPromptParametersService.fileParameterDescriptor()Gets a builder for the file parameters as the input of a prompt query.IPromptFileParametersDescriptorBuilder.fileParameters(IPromptQueryConfig_Files files) Sets the file parameters from which to derive the file value descriptor.IPromptFileParametersDescriptorBuilder.fileParameters(PromptFiles files) Sets the file parameters from which to derive the file value descriptor.IPromptFileParametersDescriptorBuilder.fileParameters(List<PromptFileSetParameter> files) Sets the file parameters from which to derive the file value descriptor.Sets the prefix that will be added to allkeys.IPromptFileParametersDescriptorBuilder.labelMessageKey(String labelMessageKey) Sets the message key for the label of the file parameters group, which is used when thefile parameterdoes not define alabel.