Package com.slack.api.model.event
Class TeamPrefChangeEvent
- java.lang.Object
-
- com.slack.api.model.event.TeamPrefChangeEvent
-
- All Implemented Interfaces:
Event
,Serializable
public class TeamPrefChangeEvent extends Object implements Event
The team_pref_change event is sent to all connections for a workspace when a preference is changed. Where appropriate clients should update to reflect new changes immediately.https://api.slack.com/events/team_pref_change
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TeamPrefChangeEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getName()
String
getType()
String
getValue()
int
hashCode()
void
setName(String name)
void
setValue(String value)
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
-
-