| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
Button |
Button.Builder.build()
Builds a new
Button. |
static Button |
Button.copyOf(ButtonIF instance)
Creates an immutable copy of a
ButtonIF value. |
static Button |
Button.of(Text text,
String actionId)
Construct a new immutable
Button instance. |
Button |
Button.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
Button |
Button.withConfirmationDialog(ConfirmationDialog value)
Copy the current immutable object by setting a present value for the optional
confirmationDialog attribute. |
Button |
Button.withConfirmationDialog(Optional<ConfirmationDialog> optional)
Copy the current immutable object by setting an optional value for the
confirmationDialog attribute. |
Button |
Button.withStyle(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
style attribute. |
Button |
Button.withStyle(String value)
Copy the current immutable object by setting a present value for the optional
style attribute. |
Button |
Button.withText(Text text)
Copy the current immutable object by setting a value for the
text attribute. |
Button |
Button.withUrl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
url attribute. |
Button |
Button.withUrl(String value)
Copy the current immutable object by setting a present value for the optional
url attribute. |
Button |
Button.withValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
value attribute. |
Button |
Button.withValue(String value)
Copy the current immutable object by setting a present value for the optional
value attribute. |
Copyright © 2019. All rights reserved.