Class AppScope

java.lang.Object
com.slack.api.model.admin.AppScope

public class AppScope extends Object
  • Constructor Details

    • AppScope

      public AppScope()
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • isSensitive

      public boolean isSensitive()
    • getTokenType

      public String getTokenType()
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setSensitive

      public void setSensitive(boolean sensitive)
    • setTokenType

      public void setTokenType(String tokenType)
    • 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