Uses of Class
com.slack.api.app_backend.outgoing_webhooks.response.WebhookResponse.WebhookResponseBuilder
-
Packages that use WebhookResponse.WebhookResponseBuilder Package Description com.slack.api.app_backend.outgoing_webhooks.response -
-
Uses of WebhookResponse.WebhookResponseBuilder in com.slack.api.app_backend.outgoing_webhooks.response
Methods in com.slack.api.app_backend.outgoing_webhooks.response that return WebhookResponse.WebhookResponseBuilder Modifier and Type Method Description WebhookResponse.WebhookResponseBuilderWebhookResponse.WebhookResponseBuilder. attachments(List<Attachment> attachments)static WebhookResponse.WebhookResponseBuilderWebhookResponse. builder()WebhookResponse.WebhookResponseBuilderWebhookResponse.WebhookResponseBuilder. text(String text)
-