Uses of Class
com.slack.api.model.dialog.DialogSubType
| Package | Description |
|---|---|
| com.slack.api.model.dialog |
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 DialogSubType Modifier and Type Method Description DialogSubTypeDialogTextAreaElement. getSubtype()Subtype for this text type element (e.g.DialogSubTypeDialogTextElement. getSubtype()Subtype for this text type element (e.g.static DialogSubTypeDialogSubType. valueOf(String name)Returns 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 DialogSubType Modifier and Type Method Description voidDialogTextAreaElement. setSubtype(DialogSubType subtype)Subtype for this text type element (e.g.voidDialogTextElement. setSubtype(DialogSubType subtype)Subtype for this text type element (e.g.DialogTextAreaElement.DialogTextAreaElementBuilderDialogTextAreaElement.DialogTextAreaElementBuilder. subtype(DialogSubType subtype)Subtype for this text type element (e.g.DialogTextElement.DialogTextElementBuilderDialogTextElement.DialogTextElementBuilder. subtype(DialogSubType subtype)Subtype for this text type element (e.g.Constructors in com.slack.api.model.dialog with parameters of type DialogSubType Constructor Description DialogTextAreaElement(String label, String name, String value, String placeholder, boolean optional, int maxLength, int minLength, String hint, DialogSubType subtype)DialogTextElement(String label, String name, String value, String placeholder, boolean optional, int maxLength, int minLength, String hint, DialogSubType subtype)