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
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()