Package com.slack.api.model.event
Class SubteamSelfRemovedEvent
java.lang.Object
com.slack.api.model.event.SubteamSelfRemovedEvent
- All Implemented Interfaces:
Event,Serializable
public class SubteamSelfRemovedEvent extends Object implements Event
The subteam_self_removed event is sent to you when you have been removed to an existing User Group.
Clients can use this to update their local list of User Groups.
This event is not available to bot user subscriptions in the Events API.
https://api.slack.com/events/subteam_self_removed
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SubteamSelfRemovedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()StringgetSubteamId()StringgetType()inthashCode()voidsetEventTs(String eventTs)voidsetSubteamId(String subteamId)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubteamSelfRemovedEvent
public SubteamSelfRemovedEvent()
-
-
Method Details
-
getType
-
getSubteamId
-
getEventTs
-
setSubteamId
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-