public class InputBlockResponseSender extends Object
| Constructor and Description |
|---|
InputBlockResponseSender(Slack slack) |
InputBlockResponseSender(Slack slack,
String responseUrl) |
| Modifier and Type | Method and Description |
|---|---|
WebhookResponse |
send(InputBlockResponse response) |
WebhookResponse |
send(List<LayoutBlock> blocks) |
WebhookResponse |
send(RequestConfigurator<InputBlockResponse.InputBlockResponseBuilder> configurator) |
WebhookResponse |
send(String text) |
WebhookResponse |
send(String responseUrl,
InputBlockResponse response) |
public InputBlockResponseSender(Slack slack)
public WebhookResponse send(String text) throws IOException
IOExceptionpublic WebhookResponse send(List<LayoutBlock> blocks) throws IOException
IOExceptionpublic WebhookResponse send(RequestConfigurator<InputBlockResponse.InputBlockResponseBuilder> configurator) throws IOException
IOExceptionpublic WebhookResponse send(InputBlockResponse response) throws IOException
IOExceptionpublic WebhookResponse send(String responseUrl, InputBlockResponse response) throws IOException
IOExceptionCopyright © 2020. All rights reserved.