Package com.slack.api.model.event
Class SubteamCreatedEvent
java.lang.Object
com.slack.api.model.event.SubteamCreatedEvent
- All Implemented Interfaces:
Event,Serializable
public class SubteamCreatedEvent extends Object implements Event
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://api.slack.com/events/subteam_created
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubteamCreatedEvent.Prefsstatic classSubteamCreatedEvent.Subteam -
Field Summary
-
Constructor Summary
Constructors Constructor Description SubteamCreatedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()SubteamCreatedEvent.SubteamgetSubteam()StringgetType()inthashCode()voidsetEventTs(String eventTs)voidsetSubteam(SubteamCreatedEvent.Subteam subteam)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubteamCreatedEvent
public SubteamCreatedEvent()
-
-
Method Details
-
getType
-
getSubteam
-
getEventTs
-
setSubteam
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-