Uses of Enum
com.slack.api.model.dialog.DialogDataSourceType
Packages that use DialogDataSourceType
Package
Description
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 DialogDataSourceTypeModifier and TypeMethodDescriptionDialogSelectElement.getDataSource()Provide the data source type for the Element.static DialogDataSourceTypeReturns 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 DialogDataSourceTypeModifier and TypeMethodDescriptionDialogSelectElement.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 DialogDataSourceTypeModifierConstructorDescriptionDialogSelectElement(String label, String name, String value, String placeholder, boolean optional, List<DialogOption> options, List<DialogOption> selectedOptions, List<DialogOptionGroup> optionGroups, Integer minQueryLength, DialogDataSourceType dataSource) Creates a newDialogSelectElementinstance.