Class AdminUsersSessionClearSettingsRequest
- java.lang.Object
-
- com.slack.api.methods.request.admin.users.AdminUsersSessionClearSettingsRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class AdminUsersSessionClearSettingsRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.users.session.clearSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdminUsersSessionClearSettingsRequest.AdminUsersSessionClearSettingsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdminUsersSessionClearSettingsRequest.AdminUsersSessionClearSettingsRequestBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getToken()
Authentication token bearing required scopes.List<String>
getUserIds()
The IDs of users you'd like to clear session settings for.int
hashCode()
void
setToken(String token)
Authentication token bearing required scopes.void
setUserIds(List<String> userIds)
The IDs of users you'd like to clear session settings for.String
toString()
-
-
-
Method Detail
-
builder
public static AdminUsersSessionClearSettingsRequest.AdminUsersSessionClearSettingsRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
getUserIds
public List<String> getUserIds()
The IDs of users you'd like to clear session settings for.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.- Specified by:
setToken
in interfaceSlackApiRequest
-
setUserIds
public void setUserIds(List<String> userIds)
The IDs of users you'd like to clear session settings for.
-
canEqual
protected boolean canEqual(Object other)
-
-