Uses of Enum
com.slack.api.model.dialog.DialogSubType
Packages that use DialogSubType
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of DialogSubType in com.slack.api.model.dialog
Methods in com.slack.api.model.dialog that return DialogSubTypeModifier and TypeMethodDescriptionDialogTextAreaElement.getSubtype()Subtype for this text type element (e.g.DialogTextElement.getSubtype()Subtype for this text type element (e.g.static DialogSubTypeReturns the enum constant of this type with the specified name.static DialogSubType[]DialogSubType.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 DialogSubTypeModifier and TypeMethodDescriptionvoidDialogTextAreaElement.setSubtype(DialogSubType subtype) Subtype for this text type element (e.g.voidDialogTextElement.setSubtype(DialogSubType subtype) Subtype for this text type element (e.g.DialogTextAreaElement.DialogTextAreaElementBuilder.subtype(DialogSubType subtype) Subtype for this text type element (e.g.DialogTextElement.DialogTextElementBuilder.subtype(DialogSubType subtype) Subtype for this text type element (e.g.Constructors in com.slack.api.model.dialog with parameters of type DialogSubTypeModifierConstructorDescriptionDialogTextAreaElement(String label, String name, String value, String placeholder, boolean optional, int maxLength, int minLength, String hint, DialogSubType subtype) Creates a newDialogTextAreaElementinstance.DialogTextElement(String label, String name, String value, String placeholder, boolean optional, int maxLength, int minLength, String hint, DialogSubType subtype) Creates a newDialogTextElementinstance.