Class ChatScheduledMessagesListRequest
java.lang.Object
com.slack.api.methods.request.chat.scheduled_messages.ChatScheduledMessagesListRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/chat.scheduledMessages.list
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe channel of the scheduled messagesFor 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.A UNIX timestamp of the latest value in the time rangegetLimit()Maximum number of original entries to return.A UNIX timestamp of the oldest value in the time rangeRequired for org-wide apps.getToken()Returns a token in this request object.inthashCode()voidsetChannel(String channel) The channel of the scheduled messagesvoidFor 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.voidA UNIX timestamp of the latest value in the time rangevoidMaximum number of original entries to return.voidA UNIX timestamp of the oldest value in the time rangevoidRequired for org-wide apps.voidUpdates the token in this request object.toString()
-
Method Details
-
builder
-
getToken
Description copied from interface:SlackApiRequestReturns a token in this request object. If the API endpoint does not require a token (e.g., api.test), this method can return null.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
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
Description copied from interface:SlackApiRequestUpdates the token in this request object.The default implementation throws
UnsupportedOperationException. All the built-in implementing classes overrides this method in a proper way.- Specified by:
setTokenin interfaceSlackApiRequest
-
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
-