Class ChatScheduledMessagesListRequest
java.lang.Object
com.slack.api.methods.request.chat.scheduled_messages.ChatScheduledMessagesListRequest
- All Implemented Interfaces:
SlackApiRequest
public class ChatScheduledMessagesListRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilder -
Method Summary
Modifier and Type Method Description static ChatScheduledMessagesListRequest.ChatScheduledMessagesListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()The channel of the scheduled messagesStringgetCursor()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.StringgetLatest()A UNIX timestamp of the latest value in the time rangeIntegergetLimit()Maximum number of original entries to return.StringgetOldest()A UNIX timestamp of the oldest value in the time rangeStringgetTeamId()Required for org-wide apps.StringgetToken()inthashCode()voidsetChannel(String channel)The channel of the scheduled messagesvoidsetCursor(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.voidsetLatest(String latest)A UNIX timestamp of the latest value in the time rangevoidsetLimit(Integer limit)Maximum number of original entries to return.voidsetOldest(String oldest)A UNIX timestamp of the oldest value in the time rangevoidsetTeamId(String teamId)Required for org-wide apps.voidsetToken(String token)StringtoString()
-
Method Details
-
builder
-
getToken
- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
The channel of the scheduled messages -
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. -
getLatest
A UNIX timestamp of the latest value in the time range -
getLimit
Maximum number of original entries to return. -
getOldest
A UNIX timestamp of the oldest value in the time range -
getTeamId
Required for org-wide apps. -
setToken
-
setChannel
The channel of the scheduled messages -
setCursor
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. -
setLatest
A UNIX timestamp of the latest value in the time range -
setLimit
Maximum number of original entries to return. -
setOldest
A UNIX timestamp of the oldest value in the time range -
setTeamId
Required for org-wide apps. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-