Class AppWorkflow.Choice

java.lang.Object
com.slack.api.model.admin.AppWorkflow.Choice
Enclosing class:
AppWorkflow

public static class AppWorkflow.Choice extends Object
  • Constructor Details

    • Choice

      public Choice()
  • Method Details

    • getTitle

      public String getTitle()
    • getValue

      public String getValue()
    • getDescription

      public String getDescription()
    • setTitle

      public void setTitle(String title)
    • setValue

      public void setValue(String value)
    • 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