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