public class TeamPlanChangeEvent extends Object implements Event
https://api.slack.com/events/team_plan_change
| Constructor and Description |
|---|
TeamPlanChangeEvent() |
| Modifier and Type | Method and 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() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
Copyright © 2020. All rights reserved.