Class WebhookResponse.WebhookResponseBuilder
- java.lang.Object
-
- com.slack.api.app_backend.outgoing_webhooks.response.WebhookResponse.WebhookResponseBuilder
-
- Enclosing class:
- WebhookResponse
public static class WebhookResponse.WebhookResponseBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhookResponse.WebhookResponseBuilderattachments(List<Attachment> attachments)WebhookResponsebuild()WebhookResponse.WebhookResponseBuildertext(String text)StringtoString()
-
-
-
Method Detail
-
text
public WebhookResponse.WebhookResponseBuilder text(String text)
- Returns:
this.
-
attachments
public WebhookResponse.WebhookResponseBuilder attachments(List<Attachment> attachments)
- Returns:
this.
-
build
public WebhookResponse build()
-
-