Class ConversationsCreateRequest

    • Method Detail

      • getToken

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

        public String getName()
        Name of the public or private channel to create
      • isPrivate

        public boolean isPrivate()
        Create a private channel instead of a public one
      • getTeamId

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

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

        public void setName​(String name)
        Name of the public or private channel to create
      • setPrivate

        public void setPrivate​(boolean isPrivate)
        Create a private channel instead of a public one
      • 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