Class AdminUsersSessionGetSettingsRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSessionGetSettingsRequest
- All Implemented Interfaces:
SlackApiRequest
https://api.slack.com/methods/admin.users.session.getSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getToken()
Authentication token bearing required scopes.The IDs of users you'd like to fetch session settings for.int
hashCode()
void
Authentication token bearing required scopes.void
setUserIds
(List<String> userIds) The IDs of users you'd like to fetch session settings for.toString()
-
Method Details
-
builder
public static AdminUsersSessionGetSettingsRequest.AdminUsersSessionGetSettingsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
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
Authentication token bearing required scopes.- Specified by:
setToken
in interfaceSlackApiRequest
-
setUserIds
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-