Package com.slack.api.model
Class Usergroup.Prefs
- java.lang.Object
-
- com.slack.api.model.Usergroup.Prefs
-
-
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)
-
-