public class UsersInfoRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
UsersInfoRequest.UsersInfoRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static UsersInfoRequest.UsersInfoRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
String |
getUser()
User to get info on
|
int |
hashCode() |
boolean |
isIncludeLocale()
Set this to `true` to receive the locale for this user.
|
void |
setIncludeLocale(boolean includeLocale)
Set this to `true` to receive the locale for this user.
|
void |
setToken(String token)
Authentication token.
|
void |
setUser(String user)
User to get info on
|
String |
toString() |
public static UsersInfoRequest.UsersInfoRequestBuilder builder()
public String getToken()
getToken
in interface SlackApiRequest
public String getUser()
public boolean isIncludeLocale()
public void setToken(String token)
public void setUser(String user)
public void setIncludeLocale(boolean includeLocale)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.