Class AuthRevokeRequest

    • Method Detail

      • getToken

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

        public boolean isTest()
        Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.
      • setToken

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

        public void setTest​(boolean test)
        Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object