public class ConversationsMarkRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsMarkRequest.ConversationsMarkRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsMarkRequest.ConversationsMarkRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel or conversation to set the read cursor for.
|
String |
getToken()
Authentication token bearing required scopes.
|
String |
getTs()
Unique identifier of message you want marked as most recently seen in this conversation.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel or conversation to set the read cursor for.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setTs(String ts)
Unique identifier of message you want marked as most recently seen in this conversation.
|
String |
toString() |
public static ConversationsMarkRequest.ConversationsMarkRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public String getTs()
public void setToken(String token)
public void setChannel(String channel)
public void setTs(String ts)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.