public class AdminUsersSessionResetRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminUsersSessionResetRequest.AdminUsersSessionResetRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminUsersSessionResetRequest.AdminUsersSessionResetRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token bearing required scopes.
|
String |
getUserId()
The ID of the user to wipe sessions for
|
int |
hashCode() |
boolean |
isMobileOnly()
Only expire mobile sessions (default: false)
|
boolean |
isWebOnly()
Only expire web sessions (default: false)
|
void |
setMobileOnly(boolean mobileOnly)
Only expire mobile sessions (default: false)
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setUserId(String userId)
The ID of the user to wipe sessions for
|
void |
setWebOnly(boolean webOnly)
Only expire web sessions (default: false)
|
String |
toString() |
public static AdminUsersSessionResetRequest.AdminUsersSessionResetRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getUserId()
public boolean isMobileOnly()
public boolean isWebOnly()
public void setToken(String token)
public void setUserId(String userId)
public void setMobileOnly(boolean mobileOnly)
public void setWebOnly(boolean webOnly)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.