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