Package com.slack.api.methods.request.im
Class ImRepliesRequest
java.lang.Object
com.slack.api.methods.request.im.ImRepliesRequest
- All Implemented Interfaces:
SlackApiRequest
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Direct message channel to fetch thread from.Deprecated.Unique identifier of a thread's parent message.getToken()Deprecated.Authentication token.inthashCode()Deprecated.voidsetChannel(String channel) Deprecated.Direct message channel to fetch thread from.voidsetThreadTs(String threadTs) Deprecated.Unique identifier of a thread's parent message.voidDeprecated.Authentication token.toString()Deprecated.
-
Method Details
-
builder
Deprecated. -
getToken
Deprecated.Authentication token. Requires scope: `im:history`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Deprecated.Direct message channel to fetch thread from. -
getThreadTs
Deprecated.Unique identifier of a thread's parent message. -
setToken
Deprecated.Authentication token. Requires scope: `im:history`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Deprecated.Direct message 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.
-