public class UsersProfileGetRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
UsersProfileGetRequest.UsersProfileGetRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UsersProfileGetRequest.UsersProfileGetRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getToken()
Authentication token.
|
String |
getUser()
User to retrieve profile info for
|
int |
hashCode() |
boolean |
isIncludeLabels()
Include labels for each ID in custom profile fields
|
void |
setIncludeLabels(boolean includeLabels)
Include labels for each ID in custom profile fields
|
void |
setToken(String token)
Authentication token.
|
void |
setUser(String user)
User to retrieve profile info for
|
String |
toString() |
public static UsersProfileGetRequest.UsersProfileGetRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getUser()
public boolean isIncludeLabels()
public void setToken(String token)
public void setUser(String user)
public void setIncludeLabels(boolean includeLabels)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.