public class AdminUsersRemoveRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminUsersRemoveRequest.AdminUsersRemoveRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminUsersRemoveRequest.AdminUsersRemoveRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getTeamId()
Workspace Id
|
String |
getToken()
Authentication token bearing required scopes.
|
String |
getUserId()
The ID of the user to remove.
|
int |
hashCode() |
void |
setTeamId(String teamId)
Workspace Id
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setUserId(String userId)
The ID of the user to remove.
|
String |
toString() |
public static AdminUsersRemoveRequest.AdminUsersRemoveRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getTeamId()
public String getUserId()
public void setToken(String token)
public void setTeamId(String teamId)
public void setUserId(String userId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.