| Package | Description |
|---|---|
| com.hubspot.slack.client.models.dialog.form.elements |
| Modifier and Type | Method and Description |
|---|---|
static SlackFormTextareaElement.Builder |
SlackFormTextareaElement.builder()
Creates a builder for
SlackFormTextareaElement. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.from(AbstractSlackDialogFormTextElement instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.dialog.form.elements.AbstractSlackDialogFormTextElement instance. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.from(AbstractSlackFormTextareaElement instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.dialog.form.elements.AbstractSlackFormTextareaElement instance. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.from(SlackDialogFormElement instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.dialog.form.elements.SlackDialogFormElement instance. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setHint(Optional<String> hint)
Initializes the optional value
hint to hint. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setHint(String hint)
Initializes the optional value
hint to hint. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setLabel(String label)
Initializes the value for the
label attribute. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setMaxLength(int maxLength)
Initializes the value for the
maxLength attribute. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setMinLength(int minLength)
Initializes the value for the
minLength attribute. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setName(String name)
Initializes the value for the
name attribute. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setOptional(Boolean optional)
Initializes the optional value
optional to optional. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setOptional(Optional<Boolean> optional)
Initializes the optional value
optional to optional. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setPlaceholder(Optional<String> placeholder)
Initializes the optional value
placeholder to placeholder. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setPlaceholder(String placeholder)
Initializes the optional value
placeholder to placeholder. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setSubtype(Optional<SlackFormElementSubtypes> subtype)
Initializes the optional value
subtype to subtype. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setSubtype(SlackFormElementSubtypes subtype)
Initializes the optional value
subtype to subtype. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setType(SlackFormElementTypes type)
Initializes the value for the
type attribute. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setValue(Optional<String> value)
Initializes the optional value
value to value. |
SlackFormTextareaElement.Builder |
SlackFormTextareaElement.Builder.setValue(String value)
Initializes the optional value
value to value. |
Copyright © 2019. All rights reserved.