Class AppsEventAuthorizationsListRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AppsEventAuthorizationsListRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/apps.event.authorizations.list
    • Method Detail

      • getEventContext

        public String getEventContext()
        You'll receive an event_context identifying an event in each event payload sent to your app. https://api.slack.com/events-api#begin
      • getCursor

        public String getCursor()
      • getLimit

        public Integer getLimit()
      • setToken

        public void setToken​(String token)
      • setEventContext

        public void setEventContext​(String eventContext)
        You'll receive an event_context identifying an event in each event payload sent to your app. https://api.slack.com/events-api#begin
      • setCursor

        public void setCursor​(String cursor)
      • setLimit

        public void setLimit​(Integer limit)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object