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