Class InputBlockResponse
java.lang.Object
com.slack.api.app_backend.views.response.InputBlockResponse
public class InputBlockResponse extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInputBlockResponse.InputBlockResponseBuilder -
Constructor Summary
Constructors Constructor Description InputBlockResponse()InputBlockResponse(String responseType, String text, List<Attachment> attachments, List<LayoutBlock> blocks) -
Method Summary
Modifier and Type Method Description static InputBlockResponse.InputBlockResponseBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<Attachment>getAttachments()List<LayoutBlock>getBlocks()StringgetResponseType()StringgetText()inthashCode()voidsetAttachments(List<Attachment> attachments)voidsetBlocks(List<LayoutBlock> blocks)voidsetResponseType(String responseType)voidsetText(String text)StringtoString()
-
Constructor Details
-
InputBlockResponse
public InputBlockResponse(String responseType, String text, List<Attachment> attachments, List<LayoutBlock> blocks) -
InputBlockResponse
public InputBlockResponse()
-
-
Method Details
-
builder
-
getResponseType
-
getText
-
getAttachments
-
getBlocks
-
setResponseType
-
setText
-
setAttachments
-
setBlocks
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-