Class AdminUsersSessionInvalidateRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.users.AdminUsersSessionInvalidateRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminUsersSessionInvalidateRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.users.session.invalidate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminUsersSessionInvalidateRequest.AdminUsersSessionInvalidateRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminUsersSessionInvalidateRequest.AdminUsersSessionInvalidateRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetSessionId()StringgetTeamId()ID of the team that the session belongs toStringgetToken()Authentication token bearing required scopes.inthashCode()voidsetSessionId(String sessionId)voidsetTeamId(String teamId)ID of the team that the session belongs tovoidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static AdminUsersSessionInvalidateRequest.AdminUsersSessionInvalidateRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes. (admin.users:write)- Specified by:
getTokenin interfaceSlackApiRequest
-
getSessionId
public String getSessionId()
-
getTeamId
public String getTeamId()
ID of the team that the session belongs to
-
setToken
public void setToken(String token)
Authentication token bearing required scopes. (admin.users:write)
-
setSessionId
public void setSessionId(String sessionId)
-
setTeamId
public void setTeamId(String teamId)
ID of the team that the session belongs to
-
canEqual
protected boolean canEqual(Object other)
-
-