public class ReactionsGetRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ReactionsGetRequest.ReactionsGetRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ReactionsGetRequest.ReactionsGetRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel where the message to get reactions for was posted.
|
String |
getFile()
File to get reactions for.
|
String |
getFileComment()
File comment to get reactions for.
|
String |
getTimestamp()
Timestamp of the message to get reactions for.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
boolean |
isFull()
If true always return the complete reaction list.
|
void |
setChannel(String channel)
Channel where the message to get reactions for was posted.
|
void |
setFile(String file)
File to get reactions for.
|
void |
setFileComment(String fileComment)
File comment to get reactions for.
|
void |
setFull(boolean full)
If true always return the complete reaction list.
|
void |
setTimestamp(String timestamp)
Timestamp of the message to get reactions for.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static ReactionsGetRequest.ReactionsGetRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getFile()
public String getFileComment()
public String getChannel()
public String getTimestamp()
public boolean isFull()
public void setToken(String token)
public void setFile(String file)
public void setFileComment(String fileComment)
public void setChannel(String channel)
public void setTimestamp(String timestamp)
public void setFull(boolean full)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.