| Package | Description |
|---|---|
| com.hubspot.slack.client.models.dialog.form | |
| com.hubspot.slack.client.models.dialog.form.elements |
| Modifier and Type | Method and Description |
|---|---|
static SlackFormElementSubtypes |
SlackFormElementSubtypes.get(String key) |
static SlackFormElementSubtypes |
SlackFormElementSubtypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlackFormElementSubtypes[] |
SlackFormElementSubtypes.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<SlackFormElementSubtypes> |
SlackFormElementSubtypes.find(String key) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SlackFormElementSubtypes> |
SlackFormTextElement.getSubtype() |
Optional<SlackFormElementSubtypes> |
SlackFormTextareaElement.getSubtype() |
abstract Optional<SlackFormElementSubtypes> |
AbstractSlackDialogFormTextElement.getSubtype() |
| Modifier and Type | Method and Description |
|---|---|
SlackFormTextElement.Builder |
SlackFormTextElement.Builder.setSubtype(SlackFormElementSubtypes subtype)
Initializes the optional value
subtype to subtype. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setSubtype(SlackFormElementSubtypes subtype)
Initializes the optional value
subtype to subtype. |
SlackFormTextElement |
SlackFormTextElement.withSubtype(SlackFormElementSubtypes value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withSubtype(SlackFormElementSubtypes value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackFormTextElement.Builder |
SlackFormTextElement.Builder.setSubtype(Optional<SlackFormElementSubtypes> subtype)
Initializes the optional value
subtype to subtype. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setSubtype(Optional<SlackFormElementSubtypes> subtype)
Initializes the optional value
subtype to subtype. |
SlackFormTextElement |
SlackFormTextElement.withSubtype(Optional<SlackFormElementSubtypes> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withSubtype(Optional<SlackFormElementSubtypes> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
Copyright © 2019. All rights reserved.