Class ConversationsMarkRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsMarkRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsMarkRequest extends java.lang.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(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetChannel()Channel or conversation to set the read cursor for.java.lang.StringgetToken()Authentication token bearing required scopes.java.lang.StringgetTs()Unique identifier of message you want marked as most recently seen in this conversation.inthashCode()voidsetChannel(java.lang.String channel)Channel or conversation to set the read cursor for.voidsetToken(java.lang.String token)Authentication token bearing required scopes.voidsetTs(java.lang.String ts)Unique identifier of message you want marked as most recently seen in this conversation.java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
public java.lang.String getChannel()Channel or conversation to set the read cursor for. -
getTs
public java.lang.String getTs()Unique identifier of message you want marked as most recently seen in this conversation. -
setToken
public void setToken(java.lang.String token)Authentication token bearing required scopes. -
setChannel
public void setChannel(java.lang.String channel)Channel or conversation to set the read cursor for. -
setTs
public void setTs(java.lang.String ts)Unique identifier of message you want marked as most recently seen in this conversation. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-