| Package | Description |
|---|---|
| com.hubspot.slack.client.models.dialog.form.elements |
| Modifier and Type | Method and Description |
|---|---|
SlackFormTextareaElement |
SlackFormTextareaElement.Builder.build()
Builds a new
SlackFormTextareaElement. |
static SlackFormTextareaElement |
SlackFormTextareaElement.copyOf(AbstractSlackFormTextareaElement instance)
Creates an immutable copy of a
AbstractSlackFormTextareaElement value. |
SlackFormTextareaElement |
SlackFormTextareaElement.withHint(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
hint attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withHint(String value)
Copy the current immutable object by setting a present value for the optional
hint attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withLabel(String label)
Copy the current immutable object by setting a value for the
label attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withMaxLength(int maxLength)
Copy the current immutable object by setting a value for the
maxLength attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withMinLength(int minLength)
Copy the current immutable object by setting a value for the
minLength attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withName(String name)
Copy the current immutable object by setting a value for the
name attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withOptional(Boolean value)
Copy the current immutable object by setting a present value for the optional
optional attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withOptional(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
optional attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withPlaceholder(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
placeholder attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withPlaceholder(String value)
Copy the current immutable object by setting a present value for the optional
placeholder attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withSubtype(Optional<SlackFormElementSubtypes> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withSubtype(SlackFormElementSubtypes value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withType(SlackFormElementTypes type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
value attribute. |
SlackFormTextareaElement |
SlackFormTextareaElement.withValue(String value)
Copy the current immutable object by setting a present value for the optional
value attribute. |
Copyright © 2019. All rights reserved.