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
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 Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `groups:history`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
Deprecated.Private channel to fetch thread from -
getThreadTs
Deprecated.Unique identifier of a thread's parent message -
setToken
Deprecated.Authentication token. Requires scope: `groups:history` -
setChannel
Deprecated.Private channel to fetch thread from -
setThreadTs
Deprecated.Unique identifier of a thread's parent message -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-