Class ChatGetPermalinkRequest
java.lang.Object
com.slack.api.methods.request.chat.ChatGetPermalinkRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/chat.getPermalink
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe ID of the conversation or channel containing the messageA message's `ts` value, uniquely identifying it within a channelgetToken()Authentication token.inthashCode()voidsetChannel(String channel) The ID of the conversation or channel containing the messagevoidsetMessageTs(String messageTs) A message's `ts` value, uniquely identifying it within a channelvoidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `none`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
The ID of the conversation or channel containing the message -
getMessageTs
A message's `ts` value, uniquely identifying it within a channel -
setToken
Authentication token. Requires scope: `none`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
The ID of the conversation or channel containing the message -
setMessageTs
A message's `ts` value, uniquely identifying it within a channel -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-