Package com.slack.api.model.manifest
Class AppManifestParams.Scopes
- java.lang.Object
-
- com.slack.api.model.manifest.AppManifestParams.Scopes
-
- Enclosing class:
- AppManifestParams
public static class AppManifestParams.Scopes extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppManifestParams.Scopes.ScopesBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppManifestParams.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 AppManifestParams.Scopes.ScopesBuilder builder()
-
canEqual
protected boolean canEqual(Object other)
-
-