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
All Methods Instance Methods Concrete Methods 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 Detail
-
token
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder token(String token)
- Returns:
this.
-
actionTs
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder actionTs(String actionTs)
- Returns:
this.
-
enterprise
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder enterprise(GlobalShortcutPayload.Enterprise enterprise)
- Returns:
this.
-
team
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder team(GlobalShortcutPayload.Team team)
- Returns:
this.
-
user
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder user(GlobalShortcutPayload.User user)
- Returns:
this.
-
callbackId
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder callbackId(String callbackId)
- Returns:
this.
-
triggerId
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder triggerId(String triggerId)
- Returns:
this.
-
isEnterpriseInstall
public GlobalShortcutPayload.GlobalShortcutPayloadBuilder isEnterpriseInstall(boolean isEnterpriseInstall)
- Returns:
this.
-
build
public GlobalShortcutPayload build()
-
-