Package com.slack.api.model.event
Class SubteamCreatedEvent
java.lang.Object
com.slack.api.model.event.SubteamCreatedEvent
- All Implemented Interfaces:
Event,Serializable
The subteam_created event is sent to all connections for a workspace when a new User Group is created.
Clients can use this to update their local list of User Groups and group members.
https://docs.slack.dev/reference/events/subteam_created
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetEventTs(String eventTs) voidsetSubteam(SubteamCreatedEvent.Subteam subteam) 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
-
SubteamCreatedEvent
public SubteamCreatedEvent()
-
-
Method Details