Class AdminUsersSessionSetSettingsRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSessionSetSettingsRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.users.session.setSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanTerminate the session when the client—either the desktop app or a browser window—is closed.The session duration, in seconds.getToken()Authentication token bearing required scopes.The list of user IDs to apply the session settings for.inthashCode()voidsetDesktopAppBrowserQuit(Boolean desktopAppBrowserQuit) Terminate the session when the client—either the desktop app or a browser window—is closed.voidsetDuration(Integer duration) The session duration, in seconds.voidAuthentication token bearing required scopes.voidsetUserIds(List<String> userIds) The list of user IDs to apply the session settings for.toString()
-
Method Details
-
builder
public static AdminUsersSessionSetSettingsRequest.AdminUsersSessionSetSettingsRequestBuilder builder() -
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getUserIds
The list of user IDs to apply the session settings for. -
getDesktopAppBrowserQuit
Terminate the session when the client—either the desktop app or a browser window—is closed. -
getDuration
The session duration, in seconds. The minimum value is 28800, which represents 8 hours; the max value is 315569520 or 10 years (that's a long Slack session). -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setUserIds
The list of user IDs to apply the session settings for. -
setDesktopAppBrowserQuit
Terminate the session when the client—either the desktop app or a browser window—is closed. -
setDuration
The session duration, in seconds. The minimum value is 28800, which represents 8 hours; the max value is 315569520 or 10 years (that's a long Slack session). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-