Class ChatMeMessageRequest
java.lang.Object
com.slack.api.methods.request.chat.ChatMeMessageRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/chat.meMessage
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanChannel to send message to.getText()Text of the message to send.getToken()Authentication token.inthashCode()voidsetChannel(String channel) Channel to send message to.voidText of the message to send.voidAuthentication token.toString()
-
Method Details
-
builder
-
getToken
Authentication token. Requires scope: `chat:write:user`- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Channel to send message to. Can be a public channel, private group or IM channel. Can be an encoded ID, or a name. -
getText
Text of the message to send. -
setToken
Authentication token. Requires scope: `chat:write:user`- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Channel to send message to. Can be a public channel, private group or IM channel. Can be an encoded ID, or a name. -
setText
Text of the message to send. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-