Class AppsPermissionsUsersRequestRequest

  • All Implemented Interfaces:
    SlackApiRequest

    @Deprecated
    public class AppsPermissionsUsersRequestRequest
    extends Object
    implements SlackApiRequest
    Deprecated.
    On August 24, 2021, legacy workspace apps were retired. Workspace apps were part of a brief developer preview we elected to not fully release. Since October 2018, existing workspace apps have remained functional but on August 24, 2021 workspace apps will be retired and no longer function. - https://api.slack.com/changelog/2021-03-workspace-apps-to-retire-in-august-2021
    • Method Detail

      • getToken

        public String getToken()
        Deprecated.
        Description copied from interface: SlackApiRequest
        Returns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.
        Specified by:
        getToken in interface SlackApiRequest
        Returns:
        token string value or null
      • getScopes

        public List<String> getScopes()
        Deprecated.
        A comma separated list of user scopes to request for
      • getTriggerId

        public String getTriggerId()
        Deprecated.
        Token used to trigger the request
      • getUser

        public String getUser()
        Deprecated.
        The user this scope is being requested for
      • setScopes

        public void setScopes​(List<String> scopes)
        Deprecated.
        A comma separated list of user scopes to request for
      • setTriggerId

        public void setTriggerId​(String triggerId)
        Deprecated.
        Token used to trigger the request
      • setUser

        public void setUser​(String user)
        Deprecated.
        The user this scope is being requested for
      • 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