Class TeamInfoRequest

    • Method Detail

      • getTeam

        public String getTeam()
        Team to get info on, if omitted, will return information about the current team. Will only return team that the authenticated token is allowed to see through external shared channels
      • setToken

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

        public void setTeam​(String team)
        Team to get info on, if omitted, will return information about the current team. Will only return team that the authenticated token is allowed to see through external shared channels
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object