Class ConversationsMarkRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsMarkRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.mark
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanChannel or conversation to set the read cursor for.getToken()Authentication token bearing required scopes.getTs()Unique identifier of message you want marked as most recently seen in this conversation.inthashCode()voidsetChannel(String channel) Channel or conversation to set the read cursor for.voidAuthentication token bearing required scopes.voidUnique identifier of message you want marked as most recently seen in this conversation.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getChannel
Channel or conversation to set the read cursor for. -
getTs
Unique identifier of message you want marked as most recently seen in this conversation. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setChannel
Channel or conversation to set the read cursor for. -
setTs
Unique identifier of message you want marked as most recently seen in this conversation. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-