Package com.slack.api.model.manifest
Class AppManifest.Settings.SettingsBuilder
java.lang.Object
com.slack.api.model.manifest.AppManifest.Settings.SettingsBuilder
- Enclosing class:
- AppManifest.Settings
-
Method Summary
Modifier and TypeMethodDescriptionallowedIpAddressRanges(List<String> allowedIpAddressRanges) backgroundColor(String backgroundColor) build()description(String description) eventSubscriptions(AppManifest.EventSubscriptions eventSubscriptions) functionRuntime(String functionRuntime) hermesAppType(String hermesAppType) interactivity(AppManifest.Interactivity interactivity) longDescription(String longDescription) orgDeployEnabled(Boolean orgDeployEnabled) socketModeEnabled(Boolean socketModeEnabled) tokenRotationEnabled(Boolean tokenRotationEnabled) toString()
-
Method Details
-
description
- Returns:
this.
-
longDescription
- Returns:
this.
-
backgroundColor
- Returns:
this.
-
eventSubscriptions
public AppManifest.Settings.SettingsBuilder eventSubscriptions(AppManifest.EventSubscriptions eventSubscriptions) - Returns:
this.
-
interactivity
- Returns:
this.
-
allowedIpAddressRanges
public AppManifest.Settings.SettingsBuilder allowedIpAddressRanges(List<String> allowedIpAddressRanges) - Returns:
this.
-
orgDeployEnabled
- Returns:
this.
-
socketModeEnabled
- Returns:
this.
-
tokenRotationEnabled
- Returns:
this.
-
hermesAppType
- Returns:
this.
-
functionRuntime
- Returns:
this.
-
build
-
toString
-