Class ChatAppendStreamRequest
java.lang.Object
com.slack.api.methods.request.chat.ChatAppendStreamRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/chat.appendStream
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAn encoded ID that represents a channel, private group, or DM.Accepts message text formatted in markdown.getToken()Authentication token.getTs()The timestamp of the streaming message.inthashCode()voidsetChannel(String channel) An encoded ID that represents a channel, private group, or DM.voidsetMarkdownText(String markdownText) Accepts message text formatted in markdown.voidAuthentication token.voidThe timestamp of the streaming message.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `chat:write`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
An encoded ID that represents a channel, private group, or DM. -
getTs
The timestamp of the streaming message. -
getMarkdownText
Accepts message text formatted in markdown. Limit this field to 12,000 characters. This text is what will be appended to the message received so far. -
setToken
Authentication token. Requires scope: `chat:write`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
An encoded ID that represents a channel, private group, or DM. -
setTs
The timestamp of the streaming message. -
setMarkdownText
Accepts message text formatted in markdown. Limit this field to 12,000 characters. This text is what will be appended to the message received so far. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-