Class ChannelsInfoRequest

    • Method Detail

      • getToken

        public String getToken()
        Deprecated.
        Authentication token. Requires scope: `channels:read`
        Specified by:
        getToken in interface SlackApiRequest
      • isIncludeLocale

        public boolean isIncludeLocale()
        Deprecated.
        Set this to `true` to receive the locale for this channel. Defaults to `false`
      • getChannel

        public String getChannel()
        Deprecated.
        Channel to get info on
      • setToken

        public void setToken​(String token)
        Deprecated.
        Authentication token. Requires scope: `channels:read`
      • setIncludeLocale

        public void setIncludeLocale​(boolean includeLocale)
        Deprecated.
        Set this to `true` to receive the locale for this channel. Defaults to `false`
      • setChannel

        public void setChannel​(String channel)
        Deprecated.
        Channel to get info on
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(Object other)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object