Class BlockActionPayload.Container
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.BlockActionPayload.Container
- Enclosing class:
- BlockActionPayload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetText()getType()inthashCode()booleanbooleanvoidsetApp_unfurl(boolean app_unfurl) voidsetAttachmentId(Integer attachmentId) voidsetChannelId(String channelId) voidsetEphemeral(boolean ephemeral) voidsetMessageTs(String messageTs) voidvoidtoString()
-
Constructor Details
-
Container
public Container()
-
-
Method Details
-
getType
-
getMessageTs
-
getAttachmentId
-
getChannelId
-
getText
-
isEphemeral
public boolean isEphemeral() -
isApp_unfurl
public boolean isApp_unfurl() -
setType
-
setMessageTs
-
setAttachmentId
-
setChannelId
-
setText
-
setEphemeral
public void setEphemeral(boolean ephemeral) -
setApp_unfurl
public void setApp_unfurl(boolean app_unfurl) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-