Package com.slack.api.model.manifest
Class AppManifest.OAuthConfig.OAuthConfigBuilder
- java.lang.Object
-
- com.slack.api.model.manifest.AppManifest.OAuthConfig.OAuthConfigBuilder
-
- Enclosing class:
- AppManifest.OAuthConfig
public static class AppManifest.OAuthConfig.OAuthConfigBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppManifest.OAuthConfigbuild()AppManifest.OAuthConfig.OAuthConfigBuilderredirectUrls(List<String> redirectUrls)AppManifest.OAuthConfig.OAuthConfigBuilderscopes(AppManifest.Scopes scopes)AppManifest.OAuthConfig.OAuthConfigBuildertokenManagementEnabled(Boolean tokenManagementEnabled)StringtoString()
-
-
-
Method Detail
-
scopes
public AppManifest.OAuthConfig.OAuthConfigBuilder scopes(AppManifest.Scopes scopes)
- Returns:
this.
-
redirectUrls
public AppManifest.OAuthConfig.OAuthConfigBuilder redirectUrls(List<String> redirectUrls)
- Returns:
this.
-
tokenManagementEnabled
public AppManifest.OAuthConfig.OAuthConfigBuilder tokenManagementEnabled(Boolean tokenManagementEnabled)
- Returns:
this.
-
build
public AppManifest.OAuthConfig build()
-
-