Class ConversationsMarkRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsMarkRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsMarkRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConversationsMarkRequest.ConversationsMarkRequestBuilder -
Method Summary
Modifier and Type Method Description static ConversationsMarkRequest.ConversationsMarkRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()Channel or conversation to set the read cursor for.StringgetToken()Authentication token bearing required scopes.StringgetTs()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.voidsetToken(String token)Authentication token bearing required scopes.voidsetTs(String ts)Unique identifier of message you want marked as most recently seen in this conversation.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
-