| Package | Description |
|---|---|
| com.hubspot.slack.client.models.dialog.form | |
| com.hubspot.slack.client.models.dialog.form.elements |
| Modifier and Type | Method and Description |
|---|---|
static SlackFormElementTypes |
SlackFormElementTypes.get(String key) |
static SlackFormElementTypes |
SlackFormElementTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlackFormElementTypes[] |
SlackFormElementTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<SlackFormElementTypes> |
SlackFormElementTypes.find(String key) |
| Modifier and Type | Method and Description |
|---|---|
SlackFormElementTypes |
SlackFormSelectElement.getType() |
SlackFormElementTypes |
SlackFormTextElement.getType() |
SlackFormElementTypes |
SlackFormTextareaElement.getType() |
SlackFormElementTypes |
AbstractSlackFormTextareaElement.getType() |
SlackFormElementTypes |
AbstractSlackFormSelectElement.getType() |
abstract SlackFormElementTypes |
SlackDialogFormElement.getType() |
SlackFormElementTypes |
AbstractSlackFormTextElement.getType() |
| Modifier and Type | Method and Description |
|---|---|
SlackFormSelectElement.Builder |
SlackFormSelectElement.Builder.setType(SlackFormElementTypes type)
Initializes the value for the
type attribute. |
SlackFormTextElement.Builder |
SlackFormTextElement.Builder.setType(SlackFormElementTypes type)
Initializes the value for the
type attribute. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setType(SlackFormElementTypes type)
Initializes the value for the
type attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withType(SlackFormElementTypes type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackFormTextElement |
SlackFormTextElement.withType(SlackFormElementTypes type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withType(SlackFormElementTypes type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2019. All rights reserved.