Class MessageShortcutPayload
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.MessageShortcutPayload
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessageShortcutPayload(String callbackId, String triggerId, String messageTs, String responseUrl, Message message, MessageShortcutPayload.Enterprise enterprise, MessageShortcutPayload.Team team, MessageShortcutPayload.User user, MessageShortcutPayload.Channel channel, String token, String actionTs, boolean isEnterpriseInstall) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetTeam()getToken()getType()getUser()inthashCode()booleanvoidsetActionTs(String actionTs) voidsetCallbackId(String callbackId) voidsetChannel(MessageShortcutPayload.Channel channel) voidsetEnterprise(MessageShortcutPayload.Enterprise enterprise) voidsetEnterpriseInstall(boolean isEnterpriseInstall) voidsetMessage(Message message) voidsetMessageTs(String messageTs) voidsetResponseUrl(String responseUrl) voidvoidvoidsetTriggerId(String triggerId) voidtoString()
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
MessageShortcutPayload
public MessageShortcutPayload() -
MessageShortcutPayload
public MessageShortcutPayload(String callbackId, String triggerId, String messageTs, String responseUrl, Message message, MessageShortcutPayload.Enterprise enterprise, MessageShortcutPayload.Team team, MessageShortcutPayload.User user, MessageShortcutPayload.Channel channel, String token, String actionTs, boolean isEnterpriseInstall)
-
-
Method Details
-
builder
-
getType
-
getCallbackId
-
getTriggerId
-
getMessageTs
-
getResponseUrl
-
getMessage
-
getEnterprise
-
getTeam
-
getUser
-
getChannel
-
getToken
-
getActionTs
-
isEnterpriseInstall
public boolean isEnterpriseInstall() -
setCallbackId
-
setTriggerId
-
setMessageTs
-
setResponseUrl
-
setMessage
-
setEnterprise
-
setTeam
-
setUser
-
setChannel
-
setToken
-
setActionTs
-
setEnterpriseInstall
public void setEnterpriseInstall(boolean isEnterpriseInstall) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-