Uses of Class
com.slack.api.model.dialog.DialogDataSourceType
| Package | Description |
|---|---|
| com.slack.api.model.dialog |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of DialogDataSourceType in com.slack.api.model.dialog
Methods in com.slack.api.model.dialog that return DialogDataSourceType Modifier and Type Method Description DialogDataSourceTypeDialogSelectElement. getDataSource()Provide the data source type for the Element.static DialogDataSourceTypeDialogDataSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DialogDataSourceType[]DialogDataSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.slack.api.model.dialog with parameters of type DialogDataSourceType Modifier and Type Method Description DialogSelectElement.DialogSelectElementBuilderDialogSelectElement.DialogSelectElementBuilder. dataSource(DialogDataSourceType dataSource)Provide the data source type for the Element.voidDialogSelectElement. setDataSource(DialogDataSourceType dataSource)Provide the data source type for the Element.Constructors in com.slack.api.model.dialog with parameters of type DialogDataSourceType Constructor Description DialogSelectElement(String label, String name, String value, String placeholder, boolean optional, List<DialogOption> options, List<DialogOption> selectedOptions, List<DialogOptionGroup> optionGroups, Integer minQueryLength, DialogDataSourceType dataSource)