public class AdminUsersSetRegularRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
AdminUsersSetRegularRequest.AdminUsersSetRegularRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static AdminUsersSetRegularRequest.AdminUsersSetRegularRequestBuilder |
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 a regular user.
|
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 a regular user.
|
String |
toString() |
public static AdminUsersSetRegularRequest.AdminUsersSetRegularRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public 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.