Class ReactionsListRequest

    • Method Detail

      • getToken

        public String getToken()
        Authentication token. Requires scope: `reactions:read`
        Specified by:
        getToken in interface SlackApiRequest
      • getUser

        public String getUser()
        Show reactions made by this user. Defaults to the authed user.
      • isFull

        public boolean isFull()
        If true always return the complete reaction list.
      • getCount

        public Integer getCount()
      • getPage

        public Integer getPage()
      • getTeamId

        public String getTeamId()
        Required for org-wide apps.
      • setToken

        public void setToken​(String token)
        Authentication token. Requires scope: `reactions:read`
      • setUser

        public void setUser​(String user)
        Show reactions made by this user. Defaults to the authed user.
      • setFull

        public void setFull​(boolean full)
        If true always return the complete reaction list.
      • setCount

        public void setCount​(Integer count)
      • setPage

        public void setPage​(Integer page)
      • setTeamId

        public void setTeamId​(String teamId)
        Required for org-wide apps.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object