Package com.slack.api.model.event
Class SubteamUpdatedEvent.Prefs
- java.lang.Object
-
- com.slack.api.model.event.SubteamUpdatedEvent.Prefs
-
- Enclosing class:
- SubteamUpdatedEvent
public static class SubteamUpdatedEvent.Prefs extends Object
-
-
Constructor Summary
Constructors Constructor Description Prefs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getChannels()List<String>getGroups()inthashCode()voidsetChannels(List<String> channels)voidsetGroups(List<String> groups)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-