Class GlobalShortcutPayload
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.GlobalShortcutPayload
public class GlobalShortcutPayload extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlobalShortcutPayload.Enterprisestatic classGlobalShortcutPayload.GlobalShortcutPayloadBuilderstatic classGlobalShortcutPayload.Teamstatic classGlobalShortcutPayload.User -
Field Summary
-
Constructor Summary
Constructors Constructor Description GlobalShortcutPayload()GlobalShortcutPayload(String token, String actionTs, GlobalShortcutPayload.Enterprise enterprise, GlobalShortcutPayload.Team team, GlobalShortcutPayload.User user, String callbackId, String triggerId, boolean isEnterpriseInstall) -
Method Summary
Modifier and Type Method Description static GlobalShortcutPayload.GlobalShortcutPayloadBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetActionTs()StringgetCallbackId()GlobalShortcutPayload.EnterprisegetEnterprise()GlobalShortcutPayload.TeamgetTeam()StringgetToken()StringgetTriggerId()StringgetType()GlobalShortcutPayload.UsergetUser()inthashCode()booleanisEnterpriseInstall()voidsetActionTs(String actionTs)voidsetCallbackId(String callbackId)voidsetEnterprise(GlobalShortcutPayload.Enterprise enterprise)voidsetEnterpriseInstall(boolean isEnterpriseInstall)voidsetTeam(GlobalShortcutPayload.Team team)voidsetToken(String token)voidsetTriggerId(String triggerId)voidsetUser(GlobalShortcutPayload.User user)StringtoString()
-
Field Details
-
TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
GlobalShortcutPayload
public GlobalShortcutPayload() -
GlobalShortcutPayload
public GlobalShortcutPayload(String token, String actionTs, GlobalShortcutPayload.Enterprise enterprise, GlobalShortcutPayload.Team team, GlobalShortcutPayload.User user, String callbackId, String triggerId, boolean isEnterpriseInstall)
-
-
Method Details
-
builder
-
getType
-
getToken
-
getActionTs
-
getEnterprise
-
getTeam
-
getUser
-
getCallbackId
-
getTriggerId
-
isEnterpriseInstall
public boolean isEnterpriseInstall() -
setToken
-
setActionTs
-
setEnterprise
-
setTeam
-
setUser
-
setCallbackId
-
setTriggerId
-
setEnterpriseInstall
public void setEnterpriseInstall(boolean isEnterpriseInstall) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-