Class AppManifest.Shortcut

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

public static class AppManifest.Shortcut extends Object
  • Constructor Details

    • Shortcut

      public Shortcut()
    • Shortcut

      public Shortcut(String type, String callbackId, String name, String description)
  • Method Details

    • builder

      public static AppManifest.Shortcut.ShortcutBuilder builder()
    • getType

      public String getType()
    • getCallbackId

      public String getCallbackId()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • setType

      public void setType(String type)
    • setCallbackId

      public void setCallbackId(String callbackId)
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • 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