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 boolean
canEqual(Object other)
boolean
equals(Object o)
List<String>
getChannels()
List<String>
getGroups()
int
hashCode()
void
setChannels(List<String> channels)
void
setGroups(List<String> groups)
String
toString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-