| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction.views |
| Modifier and Type | Method and Description |
|---|---|
static ViewInputType |
ViewInputType.get(String key) |
ViewInputType |
ViewRadioButtonGroup.getType() |
ViewInputType |
ViewDatePicker.getType() |
ViewInputType |
ViewPlainTextInput.getType() |
ViewInputType |
UsersSelectInput.getType() |
ViewInputType |
ViewInput.getType() |
static ViewInputType |
ViewInputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewInputType[] |
ViewInputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ViewRadioButtonGroup.Builder |
ViewRadioButtonGroup.Builder.setType(ViewInputType type)
Initializes the value for the
type attribute. |
ViewDatePicker.Builder |
ViewDatePicker.Builder.setType(ViewInputType type)
Initializes the value for the
type attribute. |
ViewPlainTextInput.Builder |
ViewPlainTextInput.Builder.setType(ViewInputType type)
Initializes the value for the
type attribute. |
UsersSelectInput.Builder |
UsersSelectInput.Builder.setType(ViewInputType type)
Initializes the value for the
type attribute. |
ViewRadioButtonGroup |
ViewRadioButtonGroup.withType(ViewInputType type)
Copy the current immutable object by setting a value for the
type attribute. |
ViewDatePicker |
ViewDatePicker.withType(ViewInputType type)
Copy the current immutable object by setting a value for the
type attribute. |
ViewPlainTextInput |
ViewPlainTextInput.withType(ViewInputType type)
Copy the current immutable object by setting a value for the
type attribute. |
UsersSelectInput |
UsersSelectInput.withType(ViewInputType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2020. All rights reserved.