Package com.slack.api.model.event
Class TeamAccessGrantedEvent
java.lang.Object
com.slack.api.model.event.TeamAccessGrantedEvent
- All Implemented Interfaces:
Event,Serializable
https://docs.slack.dev/reference/events/team_access_granted
- 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
-
TeamAccessGrantedEvent
public TeamAccessGrantedEvent()
-
-
Method Details