Class ChatDeleteScheduledMessageRequest
java.lang.Object
com.slack.api.methods.request.chat.ChatDeleteScheduledMessageRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/chat.deleteScheduledMessage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe channel the scheduled_message is posting toscheduled_message_id returned from call to chat.scheduleMessagegetToken()Returns a token in this request object.inthashCode()isAsUser()voidvoidsetChannel(String channel) The channel the scheduled_message is posting tovoidsetScheduledMessageId(String scheduledMessageId) scheduled_message_id returned from call to chat.scheduleMessagevoidUpdates the token in this request object.toString()
-
Method Details
-
isAsUser
-
setAsUser
-
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 the scheduled_message is posting to -
getScheduledMessageId
scheduled_message_id returned from call to chat.scheduleMessage -
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 the scheduled_message is posting to -
setScheduledMessageId
scheduled_message_id returned from call to chat.scheduleMessage -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-