Class ScopeGrantedEvent

java.lang.Object
com.slack.api.model.event.ScopeGrantedEvent
All Implemented Interfaces:
Event, Serializable

public class ScopeGrantedEvent extends Object implements Event
See Also:
  • Field Details

  • Constructor Details

    • ScopeGrantedEvent

      public ScopeGrantedEvent()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Event
    • getScopes

      public List<String> getScopes()
    • getTriggerId

      public String getTriggerId()
    • setScopes

      public void setScopes(List<String> scopes)
    • setTriggerId

      public void setTriggerId(String triggerId)
    • 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