public class AdminUsersSetAdminRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminUsersSetAdminRequest.AdminUsersSetAdminRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AdminUsersSetAdminRequest.AdminUsersSetAdminRequestBuilder |
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 designate as an admin.
|
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 designate as an admin.
|
String |
toString() |
public static AdminUsersSetAdminRequest.AdminUsersSetAdminRequestBuilder 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.