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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static ConversationsMarkRequest.ConversationsMarkRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public String getChannel()
Channel or conversation to set the read cursor for.
-
getTs
public String getTs()
Unique identifier of message you want marked as most recently seen in this conversation.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setChannel
public void setChannel(String channel)
Channel or conversation to set the read cursor for.
-
setTs
public void setTs(String ts)
Unique identifier of message you want marked as most recently seen in this conversation.
-
canEqual
protected boolean canEqual(Object other)
-
-