Class WorkflowStepExecutePayload
- java.lang.Object
-
- com.slack.api.app_backend.events.payload.WorkflowStepExecutePayload
-
- All Implemented Interfaces:
EventsApiPayload<WorkflowStepExecuteEvent>
public class WorkflowStepExecutePayload extends Object implements EventsApiPayload<WorkflowStepExecuteEvent>
-
-
Field Summary
-
Fields inherited from interface com.slack.api.app_backend.events.payload.EventsApiPayload
TYPE
-
-
Constructor Summary
Constructors Constructor Description WorkflowStepExecutePayload()
-
Method Summary
-
-
-
Method Detail
-
getToken
public String getToken()
- Specified by:
getTokenin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEnterpriseId
public String getEnterpriseId()
- Specified by:
getEnterpriseIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getTeamId
public String getTeamId()
- Specified by:
getTeamIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getApiAppId
public String getApiAppId()
- Specified by:
getApiAppIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getType
public String getType()
- Specified by:
getTypein interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getAuthedUsers
public List<String> getAuthedUsers()
- Specified by:
getAuthedUsersin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getAuthedTeams
public List<String> getAuthedTeams()
- Specified by:
getAuthedTeamsin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getAuthorizations
public List<Authorization> getAuthorizations()
- Specified by:
getAuthorizationsin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
isExtSharedChannel
public boolean isExtSharedChannel()
- Specified by:
isExtSharedChannelin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEventId
public String getEventId()
- Specified by:
getEventIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEventTime
public Integer getEventTime()
- Specified by:
getEventTimein interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEventContext
public String getEventContext()
- Specified by:
getEventContextin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEvent
public WorkflowStepExecuteEvent getEvent()
- Specified by:
getEventin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setToken
public void setToken(String token)
- Specified by:
setTokenin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEnterpriseId
public void setEnterpriseId(String enterpriseId)
- Specified by:
setEnterpriseIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setTeamId
public void setTeamId(String teamId)
- Specified by:
setTeamIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setApiAppId
public void setApiAppId(String apiAppId)
- Specified by:
setApiAppIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setAuthedUsers
public void setAuthedUsers(List<String> authedUsers)
- Specified by:
setAuthedUsersin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setAuthedTeams
public void setAuthedTeams(List<String> authedTeams)
- Specified by:
setAuthedTeamsin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setAuthorizations
public void setAuthorizations(List<Authorization> authorizations)
- Specified by:
setAuthorizationsin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setExtSharedChannel
public void setExtSharedChannel(boolean isExtSharedChannel)
- Specified by:
setExtSharedChannelin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEventId
public void setEventId(String eventId)
- Specified by:
setEventIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEventTime
public void setEventTime(Integer eventTime)
- Specified by:
setEventTimein interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEventContext
public void setEventContext(String eventContext)
- Specified by:
setEventContextin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEvent
public void setEvent(WorkflowStepExecuteEvent event)
- Specified by:
setEventin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
canEqual
protected boolean canEqual(Object other)
-
-