Class TeamBillableInfoRequest

    • Method Detail

      • getToken

        public String getToken()
        Authentication token. Requires scope: `admin`
        Specified by:
        getToken in interface SlackApiRequest
        Returns:
        token string value or null
      • getUser

        public String getUser()
        A user to retrieve the billable information for. Defaults to all users.
      • getTeamId

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

        public void setToken​(String token)
        Authentication token. Requires scope: `admin`
        Specified by:
        setToken in interface SlackApiRequest
      • setUser

        public void setUser​(String user)
        A user to retrieve the billable information for. Defaults to all users.
      • 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