クラス AdminUsersSessionSetSettingsRequest.AdminUsersSessionSetSettingsRequestBuilder
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSessionSetSettingsRequest.AdminUsersSessionSetSettingsRequestBuilder
- 含まれているクラス:
AdminUsersSessionSetSettingsRequest
public static class AdminUsersSessionSetSettingsRequest.AdminUsersSessionSetSettingsRequestBuilder
extends Object
-
メソッドの概要
修飾子とタイプメソッド説明build()desktopAppBrowserQuit(Boolean desktopAppBrowserQuit) Terminate the session when the client—either the desktop app or a browser window—is closed.The session duration, in seconds.Authentication token bearing required scopes.toString()The list of user IDs to apply the session settings for.
-
メソッドの詳細
-
token
public AdminUsersSessionSetSettingsRequest.AdminUsersSessionSetSettingsRequestBuilder token(String token) Authentication token bearing required scopes.- 戻り値:
this.
-
userIds
public AdminUsersSessionSetSettingsRequest.AdminUsersSessionSetSettingsRequestBuilder userIds(List<String> userIds) The list of user IDs to apply the session settings for.- 戻り値:
this.
-
desktopAppBrowserQuit
public AdminUsersSessionSetSettingsRequest.AdminUsersSessionSetSettingsRequestBuilder desktopAppBrowserQuit(Boolean desktopAppBrowserQuit) Terminate the session when the client—either the desktop app or a browser window—is closed.- 戻り値:
this.
-
duration
public AdminUsersSessionSetSettingsRequest.AdminUsersSessionSetSettingsRequestBuilder duration(Integer duration) 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).- 戻り値:
this.
-
build
-
toString
-