Class InputBlockResponse
java.lang.Object
com.slack.api.app_backend.views.response.InputBlockResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInputBlockResponse(String responseType, String text, List<Attachment> attachments, List<LayoutBlock> blocks, Message.Metadata metadata, String threadTs) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetText()inthashCode()voidsetAttachments(List<Attachment> attachments) voidsetBlocks(List<LayoutBlock> blocks) voidsetMetadata(Message.Metadata metadata) voidsetResponseType(String responseType) voidvoidsetThreadTs(String threadTs) toString()
-
Constructor Details
-
InputBlockResponse
public InputBlockResponse(String responseType, String text, List<Attachment> attachments, List<LayoutBlock> blocks, Message.Metadata metadata, String threadTs) -
InputBlockResponse
public InputBlockResponse()
-
-
Method Details
-
builder
-
getResponseType
-
getText
-
getAttachments
-
getBlocks
-
getMetadata
-
getThreadTs
-
setResponseType
-
setText
-
setAttachments
-
setBlocks
-
setMetadata
-
setThreadTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-