Class MessagePayload
java.lang.Object
com.slack.api.socket_mode.response.MessagePayload
public class MessagePayload extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagePayload.MessagePayloadBuilder -
Constructor Summary
Constructors Constructor Description MessagePayload()MessagePayload(String text, List<Attachment> attachments, List<LayoutBlock> blocks) -
Method Summary
Modifier and Type Method Description static MessagePayload.MessagePayloadBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<Attachment>getAttachments()List<LayoutBlock>getBlocks()StringgetText()inthashCode()voidsetAttachments(List<Attachment> attachments)voidsetBlocks(List<LayoutBlock> blocks)voidsetText(String text)StringtoString()
-
Constructor Details
-
MessagePayload
public MessagePayload() -
MessagePayload
-
-
Method Details