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) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetText()inthashCode()voidsetAttachments(List<Attachment> attachments) voidsetBlocks(List<LayoutBlock> blocks) voidsetResponseType(String responseType) voidtoString()
-
Constructor Details
-
InputBlockResponse
public InputBlockResponse(String responseType, String text, List<Attachment> attachments, List<LayoutBlock> blocks) -
InputBlockResponse
public InputBlockResponse()
-
-
Method Details