Package com.slack.api.model.manifest
Class AppManifest.OAuthConfig
- java.lang.Object
-
- com.slack.api.model.manifest.AppManifest.OAuthConfig
-
- Enclosing class:
- AppManifest
public static class AppManifest.OAuthConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppManifest.OAuthConfig.OAuthConfigBuilder
-
Constructor Summary
Constructors Constructor Description OAuthConfig()OAuthConfig(AppManifest.Scopes scopes, List<String> redirectUrls, Boolean tokenManagementEnabled)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppManifest.OAuthConfig.OAuthConfigBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getRedirectUrls()AppManifest.ScopesgetScopes()BooleangetTokenManagementEnabled()inthashCode()voidsetRedirectUrls(List<String> redirectUrls)voidsetScopes(AppManifest.Scopes scopes)voidsetTokenManagementEnabled(Boolean tokenManagementEnabled)StringtoString()
-
-
-
Constructor Detail
-
OAuthConfig
public OAuthConfig()
-
OAuthConfig
public OAuthConfig(AppManifest.Scopes scopes, List<String> redirectUrls, Boolean tokenManagementEnabled)
-
-
Method Detail
-
builder
public static AppManifest.OAuthConfig.OAuthConfigBuilder builder()
-
getScopes
public AppManifest.Scopes getScopes()
-
getTokenManagementEnabled
public Boolean getTokenManagementEnabled()
-
setScopes
public void setScopes(AppManifest.Scopes scopes)
-
setTokenManagementEnabled
public void setTokenManagementEnabled(Boolean tokenManagementEnabled)
-
canEqual
protected boolean canEqual(Object other)
-
-