Class AppManifestParams.SlashCommand

java.lang.Object
com.slack.api.model.manifest.AppManifestParams.SlashCommand
Enclosing class:
AppManifestParams

public static class AppManifestParams.SlashCommand extends Object
  • Constructor Details

    • SlashCommand

      public SlashCommand()
    • SlashCommand

      public SlashCommand(String command, String description, String usageHint, String url, Boolean shouldEscape)
  • Method Details

    • builder

    • getCommand

      public String getCommand()
    • getDescription

      public String getDescription()
    • getUsageHint

      public String getUsageHint()
    • getUrl

      public String getUrl()
    • getShouldEscape

      public Boolean getShouldEscape()
    • setCommand

      public void setCommand(String command)
    • setDescription

      public void setDescription(String description)
    • setUsageHint

      public void setUsageHint(String usageHint)
    • setUrl

      public void setUrl(String url)
    • setShouldEscape

      public void setShouldEscape(Boolean shouldEscape)
    • 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