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