public class ChatScheduledMessagesListRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
The channel of the scheduled messages
|
String |
getCursor()
For pagination purposes, this is the cursor value returned from a previous call to chat.scheduledmessages.list
indicating where you want to start this call from.
|
String |
getLatest()
A UNIX timestamp of the latest value in the time range
|
Integer |
getLimit()
Maximum number of original entries to return.
|
String |
getOldest()
A UNIX timestamp of the oldest value in the time range
|
String |
getToken() |
int |
hashCode() |
void |
setChannel(String channel)
The channel of the scheduled messages
|
void |
setCursor(String cursor)
For pagination purposes, this is the cursor value returned from a previous call to chat.scheduledmessages.list
indicating where you want to start this call from.
|
void |
setLatest(String latest)
A UNIX timestamp of the latest value in the time range
|
void |
setLimit(Integer limit)
Maximum number of original entries to return.
|
void |
setOldest(String oldest)
A UNIX timestamp of the oldest value in the time range
|
void |
setToken(String token) |
String |
toString() |
public static ChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getChannel()
public String getCursor()
public String getLatest()
public Integer getLimit()
public String getOldest()
public void setToken(String token)
public void setChannel(String channel)
public void setCursor(String cursor)
public void setLatest(String latest)
public void setLimit(Integer limit)
public void setOldest(String oldest)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.