Package com.slack.api.model.event
Class TeamAccessRevokedEvent
java.lang.Object
com.slack.api.model.event.TeamAccessRevokedEvent
- All Implemented Interfaces:
Event,Serializable
https://docs.slack.dev/reference/events/team_access_revoked
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetEventTs(String eventTs) voidsetTeamIds(List<String> teamIds) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
TeamAccessRevokedEvent
public TeamAccessRevokedEvent()
-
-
Method Details