Class ChannelsCreateRequest

    • Method Detail

      • getToken

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

        public String getName()
        Deprecated.
        Name of channel to create
      • isValidate

        public boolean isValidate()
        Deprecated.
        Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
      • getTeamId

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

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

        public void setName​(String name)
        Deprecated.
        Name of channel to create
      • setValidate

        public void setValidate​(boolean validate)
        Deprecated.
        Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
      • setTeamId

        public void setTeamId​(String teamId)
        Deprecated.
        Required for org-wide apps.
      • 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