Class AdminUsersSessionGetSettingsRequest

java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSessionGetSettingsRequest
All Implemented Interfaces:
SlackApiRequest

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

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • 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.
      Specified by:
      setToken in interface SlackApiRequest
    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object