@Deprecated public class ImRepliesRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ImRepliesRequest.ImRepliesRequestBuilder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ImRepliesRequest.ImRepliesRequestBuilder |
builder()
Deprecated.
|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getChannel()
Deprecated.
Direct message 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.
Direct message 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 ImRepliesRequest.ImRepliesRequestBuilder 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.