Class GlobalShortcutPayload.GlobalShortcutPayloadBuilder
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.GlobalShortcutPayload.GlobalShortcutPayloadBuilder
- Enclosing class:
- GlobalShortcutPayload
public static class GlobalShortcutPayload.GlobalShortcutPayloadBuilder extends Object
-
Method Summary
Modifier and Type Method Description GlobalShortcutPayload.GlobalShortcutPayloadBuilderactionTs(String actionTs)GlobalShortcutPayloadbuild()GlobalShortcutPayload.GlobalShortcutPayloadBuildercallbackId(String callbackId)GlobalShortcutPayload.GlobalShortcutPayloadBuilderenterprise(GlobalShortcutPayload.Enterprise enterprise)GlobalShortcutPayload.GlobalShortcutPayloadBuilderisEnterpriseInstall(boolean isEnterpriseInstall)GlobalShortcutPayload.GlobalShortcutPayloadBuilderteam(GlobalShortcutPayload.Team team)GlobalShortcutPayload.GlobalShortcutPayloadBuildertoken(String token)StringtoString()GlobalShortcutPayload.GlobalShortcutPayloadBuildertriggerId(String triggerId)GlobalShortcutPayload.GlobalShortcutPayloadBuilderuser(GlobalShortcutPayload.User user)
-
Method Details
-
token
-
actionTs
-
enterprise
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder enterprise(GlobalShortcutPayload.Enterprise enterprise) -
team
-
user
-
callbackId
-
triggerId
-
isEnterpriseInstall
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder isEnterpriseInstall(boolean isEnterpriseInstall) -
build
-
toString
-