Class AppManifest.Settings

java.lang.Object
com.slack.api.model.manifest.AppManifest.Settings
Enclosing class:
AppManifest

public static class AppManifest.Settings extends Object
  • Constructor Details

  • Method Details

    • builder

      public static AppManifest.Settings.SettingsBuilder builder()
    • getDescription

      public String getDescription()
    • getLongDescription

      public String getLongDescription()
    • getBackgroundColor

      public String getBackgroundColor()
    • getEventSubscriptions

      public AppManifest.EventSubscriptions getEventSubscriptions()
    • getInteractivity

      public AppManifest.Interactivity getInteractivity()
    • getAllowedIpAddressRanges

      public List<String> getAllowedIpAddressRanges()
    • getOrgDeployEnabled

      public Boolean getOrgDeployEnabled()
    • getSocketModeEnabled

      public Boolean getSocketModeEnabled()
    • getTokenRotationEnabled

      public Boolean getTokenRotationEnabled()
    • getHermesAppType

      public String getHermesAppType()
    • getFunctionRuntime

      public String getFunctionRuntime()
    • setDescription

      public void setDescription(String description)
    • setLongDescription

      public void setLongDescription(String longDescription)
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
    • setEventSubscriptions

      public void setEventSubscriptions(AppManifest.EventSubscriptions eventSubscriptions)
    • setInteractivity

      public void setInteractivity(AppManifest.Interactivity interactivity)
    • setAllowedIpAddressRanges

      public void setAllowedIpAddressRanges(List<String> allowedIpAddressRanges)
    • setOrgDeployEnabled

      public void setOrgDeployEnabled(Boolean orgDeployEnabled)
    • setSocketModeEnabled

      public void setSocketModeEnabled(Boolean socketModeEnabled)
    • setTokenRotationEnabled

      public void setTokenRotationEnabled(Boolean tokenRotationEnabled)
    • setHermesAppType

      public void setHermesAppType(String hermesAppType)
    • setFunctionRuntime

      public void setFunctionRuntime(String functionRuntime)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object