Class AppsPermissionsUsersListResponse.Resource
- java.lang.Object
-
- com.slack.api.methods.response.apps.permissions.users.AppsPermissionsUsersListResponse.Resource
-
- Enclosing class:
- AppsPermissionsUsersListResponse
public static class AppsPermissionsUsersListResponse.Resource extends Object
-
-
Constructor Summary
Constructors Constructor Description Resource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()List<String>getScopes()StringgetType()inthashCode()voidsetId(String id)voidsetScopes(List<String> scopes)voidsetType(String type)StringtoString()
-