Package com.slack.api.model.event
Class TeamPlanChangeEvent
java.lang.Object
com.slack.api.model.event.TeamPlanChangeEvent
- All Implemented Interfaces:
Event,Serializable
The team_plan_change event is sent to all connections for a workspace when 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetPlan()getType()inthashCode()booleanvoidsetCanAddUra(boolean canAddUra) voidsetPaidFeatures(List<String> paidFeatures) voidtoString()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
-
TeamPlanChangeEvent
public TeamPlanChangeEvent()
-
-
Method Details
-
getType
-
getPlan
-
isCanAddUra
public boolean isCanAddUra() -
getPaidFeatures
-
setPlan
-
setCanAddUra
public void setCanAddUra(boolean canAddUra) -
setPaidFeatures
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-