public class ReactionsRemoveRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ReactionsRemoveRequest.ReactionsRemoveRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ReactionsRemoveRequest.ReactionsRemoveRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel where the message to remove reaction from was posted.
|
String |
getFile()
File to remove reaction from.
|
String |
getFileComment()
File comment to remove reaction from.
|
String |
getName()
Reaction (emoji) name.
|
String |
getTimestamp()
Timestamp of the message to remove reaction from.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel where the message to remove reaction from was posted.
|
void |
setFile(String file)
File to remove reaction from.
|
void |
setFileComment(String fileComment)
File comment to remove reaction from.
|
void |
setName(String name)
Reaction (emoji) name.
|
void |
setTimestamp(String timestamp)
Timestamp of the message to remove reaction from.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ReactionsRemoveRequest.ReactionsRemoveRequestBuilder 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.