Class WebhookResponse
- java.lang.Object
-
- com.slack.api.app_backend.outgoing_webhooks.response.WebhookResponse
-
public class WebhookResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookResponse.WebhookResponseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebhookResponse.WebhookResponseBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<Attachment>getAttachments()StringgetText()inthashCode()voidsetAttachments(List<Attachment> attachments)voidsetText(String text)StringtoString()
-
-
-
Method Detail
-
builder
public static WebhookResponse.WebhookResponseBuilder builder()
-
getText
public String getText()
-
getAttachments
public List<Attachment> getAttachments()
-
setText
public void setText(String text)
-
setAttachments
public void setAttachments(List<Attachment> attachments)
-
canEqual
protected boolean canEqual(Object other)
-
-