Package com.slack.api.model.event
Class TeamPlanChangeEvent
- java.lang.Object
-
- com.slack.api.model.event.TeamPlanChangeEvent
-
- All Implemented Interfaces:
Event
,Serializable
public class TeamPlanChangeEvent extends Object implements Event
The team_plan_change event is sent to all connections for a workspace when a the current billing plan is changed. Currently possible values are: empty string, comp, std, plus.https://api.slack.com/events/team_plan_change
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TeamPlanChangeEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<String>
getPaidFeatures()
String
getPlan()
String
getType()
int
hashCode()
boolean
isCanAddUra()
void
setCanAddUra(boolean canAddUra)
void
setPaidFeatures(List<String> paidFeatures)
void
setPlan(String plan)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-