Class WorkflowStepDeletedPayload
java.lang.Object
com.slack.api.app_backend.events.payload.WorkflowStepDeletedPayload
- All Implemented Interfaces:
EventsApiPayload<WorkflowStepDeletedEvent>
@Deprecated
public class WorkflowStepDeletedPayload
extends Object
implements EventsApiPayload<WorkflowStepDeletedEvent>
Deprecated.
-
Field Summary
Fields inherited from interface com.slack.api.app_backend.events.payload.EventsApiPayload
TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getEvent()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getToken()Deprecated.getType()Deprecated.inthashCode()Deprecated.booleanDeprecated.voidsetApiAppId(String apiAppId) Deprecated.voidsetAuthedTeams(List<String> authedTeams) Deprecated.voidsetAuthedUsers(List<String> authedUsers) Deprecated.voidsetAuthorizations(List<Authorization> authorizations) Deprecated.voidsetEnterpriseId(String enterpriseId) Deprecated.voidsetEvent(WorkflowStepDeletedEvent event) Deprecated.voidsetEventContext(String eventContext) Deprecated.voidsetEventId(String eventId) Deprecated.voidsetEventTime(Integer eventTime) Deprecated.voidsetExtSharedChannel(boolean isExtSharedChannel) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.toString()Deprecated.
-
Constructor Details
-
WorkflowStepDeletedPayload
public WorkflowStepDeletedPayload()Deprecated.
-
-
Method Details
-
getToken
Deprecated.- Specified by:
getTokenin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getEnterpriseId
Deprecated.- Specified by:
getEnterpriseIdin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getTeamId
Deprecated.- Specified by:
getTeamIdin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getApiAppId
Deprecated.- Specified by:
getApiAppIdin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getType
Deprecated.- Specified by:
getTypein interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getAuthedUsers
Deprecated.- Specified by:
getAuthedUsersin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getAuthedTeams
Deprecated.- Specified by:
getAuthedTeamsin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getAuthorizations
Deprecated.- Specified by:
getAuthorizationsin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getEventId
Deprecated.- Specified by:
getEventIdin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getEventTime
Deprecated.- Specified by:
getEventTimein interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getEventContext
Deprecated.- Specified by:
getEventContextin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
getEvent
Deprecated.- Specified by:
getEventin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setToken
Deprecated.- Specified by:
setTokenin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setEnterpriseId
Deprecated.- Specified by:
setEnterpriseIdin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setTeamId
Deprecated.- Specified by:
setTeamIdin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setApiAppId
Deprecated.- Specified by:
setApiAppIdin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setType
Deprecated.- Specified by:
setTypein interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setAuthedUsers
Deprecated.- Specified by:
setAuthedUsersin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setAuthedTeams
Deprecated.- Specified by:
setAuthedTeamsin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setAuthorizations
Deprecated.- Specified by:
setAuthorizationsin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setEventId
Deprecated.- Specified by:
setEventIdin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setEventTime
Deprecated.- Specified by:
setEventTimein interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setEventContext
Deprecated.- Specified by:
setEventContextin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
setEvent
Deprecated.- Specified by:
setEventin interfaceEventsApiPayload<WorkflowStepDeletedEvent>
-
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-