Package com.slack.api.app_backend.views
Class InputBlockResponseSender
java.lang.Object
com.slack.api.app_backend.views.InputBlockResponseSender
public class InputBlockResponseSender extends Object
-
Constructor Summary
Constructors Constructor Description InputBlockResponseSender(Slack slack)InputBlockResponseSender(Slack slack, String responseUrl) -
Method Summary
Modifier and Type Method Description WebhookResponsesend(InputBlockResponse response)WebhookResponsesend(RequestConfigurator<InputBlockResponse.InputBlockResponseBuilder> configurator)WebhookResponsesend(String text)WebhookResponsesend(String responseUrl, InputBlockResponse response)WebhookResponsesend(List<LayoutBlock> blocks)
-
Constructor Details
-
Method Details
-
send
- Throws:
IOException
-
send
- Throws:
IOException
-
send
public WebhookResponse send(RequestConfigurator<InputBlockResponse.InputBlockResponseBuilder> configurator) throws IOException- Throws:
IOException
-
send
- Throws:
IOException
-
send
- Throws:
IOException
-