public class UsersProfileSetRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
UsersProfileSetRequest.UsersProfileSetRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static UsersProfileSetRequest.UsersProfileSetRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName()
Name of a single key to set.
|
User.Profile |
getProfile()
Collection of key:value pairs presented as a URL-encoded JSON hash.
|
String |
getToken()
Authentication token.
|
String |
getUser()
ID of user to change.
|
String |
getValue()
Value to set a single key to.
|
int |
hashCode() |
void |
setName(String name)
Name of a single key to set.
|
void |
setProfile(User.Profile profile)
Collection of key:value pairs presented as a URL-encoded JSON hash.
|
void |
setToken(String token)
Authentication token.
|
void |
setUser(String user)
ID of user to change.
|
void |
setValue(String value)
Value to set a single key to.
|
String |
toString() |
public static UsersProfileSetRequest.UsersProfileSetRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getUser()
public User.Profile getProfile()
public String getName()
public String getValue()
public void setToken(String token)
public void setUser(String user)
public void setProfile(User.Profile profile)
public void setName(String name)
public void setValue(String value)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.