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
-
Constructor Summary
Constructors Constructor Description WorkflowStepExecutePayload() -
Method Summary
-
Constructor Details
-
WorkflowStepExecutePayload
public WorkflowStepExecutePayload()
-
-
Method Details
-
getToken
- Specified by:
getTokenin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEnterpriseId
- Specified by:
getEnterpriseIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getTeamId
- Specified by:
getTeamIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getApiAppId
- Specified by:
getApiAppIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getType
- Specified by:
getTypein interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getAuthedUsers
- Specified by:
getAuthedUsersin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getAuthedTeams
- Specified by:
getAuthedTeamsin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getAuthorizations
- Specified by:
getAuthorizationsin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
isExtSharedChannel
public boolean isExtSharedChannel()- Specified by:
isExtSharedChannelin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEventId
- Specified by:
getEventIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEventTime
- Specified by:
getEventTimein interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEventContext
- Specified by:
getEventContextin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
getEvent
- Specified by:
getEventin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setToken
- Specified by:
setTokenin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEnterpriseId
- Specified by:
setEnterpriseIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setTeamId
- Specified by:
setTeamIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setApiAppId
- Specified by:
setApiAppIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setType
- Specified by:
setTypein interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setAuthedUsers
- Specified by:
setAuthedUsersin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setAuthedTeams
- Specified by:
setAuthedTeamsin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setAuthorizations
- Specified by:
setAuthorizationsin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setExtSharedChannel
public void setExtSharedChannel(boolean isExtSharedChannel)- Specified by:
setExtSharedChannelin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEventId
- Specified by:
setEventIdin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEventTime
- Specified by:
setEventTimein interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEventContext
- Specified by:
setEventContextin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
setEvent
- Specified by:
setEventin interfaceEventsApiPayload<WorkflowStepExecuteEvent>
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-