public class WebhookResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebhookResponse.WebhookResponseBuilder |
| Modifier and Type | Method and Description |
|---|---|
static WebhookResponse.WebhookResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Attachment> |
getAttachments() |
String |
getText() |
int |
hashCode() |
void |
setAttachments(List<Attachment> attachments) |
void |
setText(String text) |
String |
toString() |
public static WebhookResponse.WebhookResponseBuilder builder()
public String getText()
public List<Attachment> getAttachments()
public void setText(String text)
public void setAttachments(List<Attachment> attachments)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.