| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction.views |
| Modifier and Type | Method and Description |
|---|---|
ViewPlainTextInput |
ViewPlainTextInput.Builder.build()
Builds a new
ViewPlainTextInput. |
static ViewPlainTextInput |
ViewPlainTextInput.copyOf(ViewPlainTextInputIF instance)
Creates an immutable copy of a
ViewPlainTextInputIF value. |
ViewPlainTextInput |
ViewPlainTextInput.withType(ViewInputType type)
Copy the current immutable object by setting a value for the
type attribute. |
ViewPlainTextInput |
ViewPlainTextInput.withValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
value attribute. |
ViewPlainTextInput |
ViewPlainTextInput.withValue(String value)
Copy the current immutable object by setting a present value for the optional
value attribute. |
Copyright © 2020. All rights reserved.