Class GlobalShortcutPayload
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.GlobalShortcutPayload
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGlobalShortcutPayload
(String token, String actionTs, GlobalShortcutPayload.Enterprise enterprise, GlobalShortcutPayload.Team team, GlobalShortcutPayload.User user, String callbackId, String triggerId, boolean isEnterpriseInstall) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getTeam()
getToken()
getType()
getUser()
int
hashCode()
boolean
void
setActionTs
(String actionTs) void
setCallbackId
(String callbackId) void
setEnterprise
(GlobalShortcutPayload.Enterprise enterprise) void
setEnterpriseInstall
(boolean isEnterpriseInstall) void
void
void
setTriggerId
(String triggerId) void
toString()
-
Field Details
-
TYPE
- See Also:
-
-
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
-