Class MessagePayload
java.lang.Object
com.slack.api.socket_mode.response.MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMessagePayload(String text, List<Attachment> attachments, List<LayoutBlock> blocks) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetText()inthashCode()voidsetAttachments(List<Attachment> attachments) voidsetBlocks(List<LayoutBlock> blocks) voidtoString()
-
Constructor Details
-
MessagePayload
public MessagePayload() -
MessagePayload
-
-
Method Details