| Package | Description |
|---|---|
| com.hubspot.slack.client.models.actions |
| Modifier and Type | Method and Description |
|---|---|
Confirm |
Confirm.Builder.build()
Builds a new
Confirm. |
static Confirm |
Confirm.copyOf(ConfirmIF instance)
Creates an immutable copy of a
ConfirmIF value. |
Confirm |
Confirm.withDismissText(String dismissText)
Copy the current immutable object by setting a value for the
dismissText attribute. |
Confirm |
Confirm.withOkText(String okText)
Copy the current immutable object by setting a value for the
okText attribute. |
Confirm |
Confirm.withText(String text)
Copy the current immutable object by setting a value for the
text attribute. |
Confirm |
Confirm.withTitle(String title)
Copy the current immutable object by setting a value for the
title attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Confirm> |
Action.getConfirm() |
Optional<Confirm> |
ActionIF.getConfirm() |
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.setConfirm(Confirm confirm)
Initializes the optional value
confirm to confirm. |
Action |
Action.withConfirm(Confirm value)
Copy the current immutable object by setting a present value for the optional
confirm attribute. |
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.setConfirm(Optional<Confirm> confirm)
Initializes the optional value
confirm to confirm. |
Action |
Action.withConfirm(Optional<Confirm> optional)
Copy the current immutable object by setting an optional value for the
confirm attribute. |
Copyright © 2019. All rights reserved.