@Deprecated public class ChannelsRepliesRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelsRepliesRequest.ChannelsRepliesRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelsRepliesRequest.ChannelsRepliesRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getChannel()
Deprecated.
Channel to fetch thread from
|
String |
getThreadTs()
Deprecated.
Unique identifier of a thread's parent message
|
String |
getToken()
Deprecated.
Authentication token.
|
int |
hashCode()
Deprecated.
|
void |
setChannel(String channel)
Deprecated.
Channel to fetch thread from
|
void |
setThreadTs(String threadTs)
Deprecated.
Unique identifier of a thread's parent message
|
void |
setToken(String token)
Deprecated.
Authentication token.
|
String |
toString()
Deprecated.
|
public static ChannelsRepliesRequest.ChannelsRepliesRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public String getThreadTs()
public void setToken(String token)
public void setChannel(String channel)
public void setThreadTs(String threadTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.