Package com.slack.api.model.manifest
Class AppManifest.Settings
java.lang.Object
com.slack.api.model.manifest.AppManifest.Settings
- Enclosing class:
- AppManifest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSettings()Settings(String description, String longDescription, String backgroundColor, AppManifest.EventSubscriptions eventSubscriptions, AppManifest.Interactivity interactivity, List<String> allowedIpAddressRanges, Boolean orgDeployEnabled, Boolean socketModeEnabled, Boolean tokenRotationEnabled, String hermesAppType, String functionRuntime) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()voidsetAllowedIpAddressRanges(List<String> allowedIpAddressRanges) voidsetBackgroundColor(String backgroundColor) voidsetDescription(String description) voidsetEventSubscriptions(AppManifest.EventSubscriptions eventSubscriptions) voidsetFunctionRuntime(String functionRuntime) voidsetHermesAppType(String hermesAppType) voidsetInteractivity(AppManifest.Interactivity interactivity) voidsetLongDescription(String longDescription) voidsetOrgDeployEnabled(Boolean orgDeployEnabled) voidsetSocketModeEnabled(Boolean socketModeEnabled) voidsetTokenRotationEnabled(Boolean tokenRotationEnabled) toString()
-
Constructor Details
-
Settings
public Settings() -
Settings
public Settings(String description, String longDescription, String backgroundColor, AppManifest.EventSubscriptions eventSubscriptions, AppManifest.Interactivity interactivity, List<String> allowedIpAddressRanges, Boolean orgDeployEnabled, Boolean socketModeEnabled, Boolean tokenRotationEnabled, String hermesAppType, String functionRuntime)
-
-
Method Details
-
builder
-
getDescription
-
getLongDescription
-
getBackgroundColor
-
getEventSubscriptions
-
getInteractivity
-
getAllowedIpAddressRanges
-
getOrgDeployEnabled
-
getSocketModeEnabled
-
getTokenRotationEnabled
-
getHermesAppType
-
getFunctionRuntime
-
setDescription
-
setLongDescription
-
setBackgroundColor
-
setEventSubscriptions
-
setInteractivity
-
setAllowedIpAddressRanges
-
setOrgDeployEnabled
-
setSocketModeEnabled
-
setTokenRotationEnabled
-
setHermesAppType
-
setFunctionRuntime
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-