Class AdminUsersSessionListRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSessionListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.users.session.list
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSet cursor to next_cursor returned by the previous call to list items in the next page.getLimit()The maximum number of items to return.ID of the team you'd like active sessions for (must be used with user_id)getToken()Authentication token bearing required scopes.ID of user you'd like active sessions for (must be used with team_id)inthashCode()voidSet cursor to next_cursor returned by the previous call to list items in the next page.voidThe maximum number of items to return.voidID of the team you'd like active sessions for (must be used with user_id)voidAuthentication token bearing required scopes.voidID of user you'd like active sessions for (must be used with team_id)toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes. (admin.users:read)- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
getLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive.Default: 1000
-
getTeamId
ID of the team you'd like active sessions for (must be used with user_id) -
getUserId
ID of user you'd like active sessions for (must be used with team_id) -
setToken
Authentication token bearing required scopes. (admin.users:read)- Specified by:
setTokenin interfaceSlackApiRequest
-
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page. -
setLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive.Default: 1000
-
setTeamId
ID of the team you'd like active sessions for (must be used with user_id) -
setUserId
ID of user you'd like active sessions for (must be used with team_id) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-