Class AdminUsersSessionInvalidateRequest
java.lang.Object
com.slack.api.methods.request.admin.users.AdminUsersSessionInvalidateRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/admin.users.session.invalidate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanID of the team that the session belongs togetToken()Authentication token bearing required scopes.inthashCode()voidsetSessionId(String sessionId) voidID of the team that the session belongs tovoidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
public static AdminUsersSessionInvalidateRequest.AdminUsersSessionInvalidateRequestBuilder builder() -
getToken
Authentication token bearing required scopes. (admin.users:write)- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getSessionId
-
getTeamId
ID of the team that the session belongs to -
setToken
Authentication token bearing required scopes. (admin.users:write)- Specified by:
setTokenin interfaceSlackApiRequest
-
setSessionId
-
setTeamId
ID of the team that the session belongs to -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-