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 booleancanEqual(Object other)booleanequals(Object o)List<String>getPaidFeatures()StringgetPlan()StringgetType()inthashCode()booleanisCanAddUra()voidsetCanAddUra(boolean canAddUra)voidsetPaidFeatures(List<String> paidFeatures)voidsetPlan(String plan)StringtoString()-
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
-
-