Class MpimRepliesRequest
- java.lang.Object
-
- com.slack.api.methods.request.mpim.MpimRepliesRequest
-
- All Implemented Interfaces:
SlackApiRequest
@Deprecated public class MpimRepliesRequest extends Object implements SlackApiRequest
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMpimRepliesRequest.MpimRepliesRequestBuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MpimRepliesRequest.MpimRepliesRequestBuilderbuilder()Deprecated.protected booleancanEqual(Object other)Deprecated.booleanequals(Object o)Deprecated.StringgetChannel()Deprecated.Multiparty direct message channel to fetch thread from.StringgetThreadTs()Deprecated.Unique identifier of a thread's parent message.StringgetToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel)Deprecated.Multiparty direct message channel to fetch thread from.voidsetThreadTs(String threadTs)Deprecated.Unique identifier of a thread's parent message.voidsetToken(String token)Deprecated.Authentication token.StringtoString()Deprecated.
-
-
-
Method Detail
-
builder
public static MpimRepliesRequest.MpimRepliesRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `mpim:history`- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Deprecated.Multiparty direct message 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: `mpim:history`
-
setChannel
public void setChannel(String channel)
Deprecated.Multiparty direct message 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.
-
-