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 class
MpimRepliesRequest.MpimRepliesRequestBuilder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static MpimRepliesRequest.MpimRepliesRequestBuilder
builder()
Deprecated.protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.String
getChannel()
Deprecated.Multiparty 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.Multiparty 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.
-
-
-
Method Detail
-
builder
public static MpimRepliesRequest.MpimRepliesRequestBuilder builder()
Deprecated.
-
getToken
public String getToken()
Deprecated.Authentication token. Requires scope: `mpim:history`- Specified by:
getToken
in interfaceSlackApiRequest
- Returns:
- token string value or null
-
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`- Specified by:
setToken
in interfaceSlackApiRequest
-
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.
-
-