Class AdminUsersSessionGetSettingsRequest

  • All Implemented Interfaces:
    SlackApiRequest

    public class AdminUsersSessionGetSettingsRequest
    extends Object
    implements SlackApiRequest
    https://api.slack.com/methods/admin.users.session.getSettings
    • Method Detail

      • getUserIds

        public List<String> getUserIds()
        The IDs of users you'd like to fetch session settings for. Note: if a user does not have any active sessions, they will not be returned in the response.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setUserIds

        public void setUserIds​(List<String> userIds)
        The IDs of users you'd like to fetch session settings for. Note: if a user does not have any active sessions, they will not be returned in the response.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object