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