Class OAuthAccessResponse.Scopes
- java.lang.Object
-
- com.slack.api.methods.response.oauth.OAuthAccessResponse.Scopes
-
- Enclosing class:
- OAuthAccessResponse
@Deprecated public static class OAuthAccessResponse.Scopes extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description Scopes()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.List<String>getAppHome()Deprecated.List<String>getChannel()Deprecated.List<String>getGroup()Deprecated.List<String>getIm()Deprecated.List<String>getMpim()Deprecated.List<String>getTeam()Deprecated.List<String>getUser()Deprecated.inthashCode()Deprecated.voidsetAppHome(List<String> appHome)Deprecated.voidsetChannel(List<String> channel)Deprecated.voidsetGroup(List<String> group)Deprecated.voidsetIm(List<String> im)Deprecated.voidsetMpim(List<String> mpim)Deprecated.voidsetTeam(List<String> team)Deprecated.voidsetUser(List<String> user)Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-