Class GroupsRepliesRequest
- java.lang.Object
-
- com.slack.api.methods.request.groups.GroupsRepliesRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class GroupsRepliesRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupsRepliesRequest.GroupsRepliesRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GroupsRepliesRequest.GroupsRepliesRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Private channel to fetch thread fromStringgetThreadTs()Deprecated.Unique identifier of a thread's parent messageStringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Private channel to fetch thread fromvoidsetThreadTs(String threadTs)Deprecated.Unique identifier of a thread's parent messagevoidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static GroupsRepliesRequest.GroupsRepliesRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `groups:history`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.Private channel to fetch thread from
-
getThreadTs
public String getThreadTs()
Deprecated.Unique identifier of a thread's parent message
-
setToken
public void setToken(String token)
Deprecated.Authentication token. Requires scope: `groups:history`
-
setChannel
public void setChannel(String channel)
Deprecated.Private channel to fetch thread from
-
setThreadTs
public void setThreadTs(String threadTs)
Deprecated.Unique identifier of a thread's parent message
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
-