public class ReactionsAddRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ReactionsAddRequest.ReactionsAddRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ReactionsAddRequest.ReactionsAddRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel where the message to add reaction to was posted.
|
String |
getFile()
File to add reaction to.
|
String |
getFileComment()
File comment to add reaction to.
|
String |
getName()
Reaction (emoji) name.
|
String |
getTimestamp()
Timestamp of the message to add reaction to.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel where the message to add reaction to was posted.
|
void |
setFile(String file)
File to add reaction to.
|
void |
setFileComment(String fileComment)
File comment to add reaction to.
|
void |
setName(String name)
Reaction (emoji) name.
|
void |
setTimestamp(String timestamp)
Timestamp of the message to add reaction to.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ReactionsAddRequest.ReactionsAddRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getName()
public String getFile()
public String getFileComment()
public String getChannel()
public String getTimestamp()
public void setToken(String token)
public void setName(String name)
public void setFile(String file)
public void setFileComment(String fileComment)
public void setChannel(String channel)
public void setTimestamp(String timestamp)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.