Class UsersInfoRequest
java.lang.Object
com.slack.api.methods.request.users.UsersInfoRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/users.info
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetToken()Authentication token.getUser()User to get info oninthashCode()booleanSet this to `true` to receive the locale for this user.voidsetIncludeLocale(boolean includeLocale) Set this to `true` to receive the locale for this user.voidAuthentication token.voidUser to get info ontoString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `users:read`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getUser
User to get info on -
isIncludeLocale
public boolean isIncludeLocale()Set this to `true` to receive the locale for this user. Defaults to `false` -
setToken
Authentication token. Requires scope: `users:read`- Specified by:
setTokenin interfaceSlackApiRequest
-
setUser
User to get info on -
setIncludeLocale
public void setIncludeLocale(boolean includeLocale) Set this to `true` to receive the locale for this user. Defaults to `false` -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-