Package com.slack.api.model.manifest
Class AppManifest.Scopes
- java.lang.Object
-
- com.slack.api.model.manifest.AppManifest.Scopes
-
- Enclosing class:
- AppManifest
public static class AppManifest.Scopes extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppManifest.Scopes.ScopesBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppManifest.Scopes.ScopesBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getBot()List<String>getUser()inthashCode()voidsetBot(List<String> bot)voidsetUser(List<String> user)StringtoString()
-
-
-
Method Detail
-
builder
public static AppManifest.Scopes.ScopesBuilder builder()
-
canEqual
protected boolean canEqual(Object other)
-
-