| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
PlainTextInput |
PlainTextInput.Builder.build()
Builds a new
PlainTextInput. |
static PlainTextInput |
PlainTextInput.copyOf(PlainTextInputIF instance)
Creates an immutable copy of a
PlainTextInputIF value. |
static PlainTextInput |
PlainTextInput.of(String actionId)
Construct a new immutable
PlainTextInput instance. |
PlainTextInput |
PlainTextInput.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
PlainTextInput |
PlainTextInput.withInitialValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
initialValue attribute. |
PlainTextInput |
PlainTextInput.withInitialValue(String value)
Copy the current immutable object by setting a present value for the optional
initialValue attribute. |
PlainTextInput |
PlainTextInput.withMaxLength(Integer value)
Copy the current immutable object by setting a present value for the optional
maxLength attribute. |
PlainTextInput |
PlainTextInput.withMaxLength(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
maxLength attribute. |
PlainTextInput |
PlainTextInput.withMinLength(Integer value)
Copy the current immutable object by setting a present value for the optional
minLength attribute. |
PlainTextInput |
PlainTextInput.withMinLength(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
minLength attribute. |
PlainTextInput |
PlainTextInput.withMultiline(Boolean value)
Copy the current immutable object by setting a present value for the optional
multiline attribute. |
PlainTextInput |
PlainTextInput.withMultiline(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
multiline attribute. |
PlainTextInput |
PlainTextInput.withPlaceholder(Optional<Text> optional)
Copy the current immutable object by setting an optional value for the
placeholder attribute. |
PlainTextInput |
PlainTextInput.withPlaceholder(Text value)
Copy the current immutable object by setting a present value for the optional
placeholder attribute. |
Copyright © 2019. All rights reserved.