Uses of Class
com.slack.api.methods.request.chat.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder
| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl | |
| com.slack.api.methods.request.chat |
-
Uses of ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder Modifier and Type Method Description CompletableFuture<ChatScheduleMessageResponse>AsyncMethodsClient. chatScheduleMessage(RequestConfigurator<ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder> req)ChatScheduleMessageResponseMethodsClient. chatScheduleMessage(RequestConfigurator<ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder> req) -
Uses of ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder Modifier and Type Method Description CompletableFuture<ChatScheduleMessageResponse>AsyncMethodsClientImpl. chatScheduleMessage(RequestConfigurator<ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder> req)ChatScheduleMessageResponseMethodsClientImpl. chatScheduleMessage(RequestConfigurator<ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder> req) -
Uses of ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder Modifier and Type Method Description ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. asUser(Boolean asUser)Pass true to post the message as the authed user, instead of as a bot.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. attachments(List<Attachment> attachments)A JSON-based array of structured attachments, presented as a URL-encoded string.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. attachmentsAsString(String attachmentsAsString)A JSON-based array of structured attachments, presented as a URL-encoded string.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. blocks(List<LayoutBlock> blocks)A JSON-based array of structured blocks, presented as a URL-encoded string.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. blocksAsString(String blocksAsString)A JSON-based array of structured blocks as a String, presented as a URL-encoded string.static ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest. builder()ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. channel(String channel)Channel, private group, or DM channel to send message to.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. linkNames(boolean linkNames)Find and link channel names and usernames.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. parse(String parse)Change how messages are treated.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. postAt(Integer postAt)Unix EPOCH timestamp of time in future to send the message.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. replyBroadcast(boolean replyBroadcast)Used in conjunction with thread_ts and indicates whether reply should be made visible to everyone in the channel or conversation.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. text(String text)Text of the message to send.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. threadTs(String threadTs)Provide another message's ts value to make this message a reply.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. token(String token)Authentication token.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. unfurlLinks(boolean unfurlLinks)Pass true to enable unfurling of primarily text-based content.ChatScheduleMessageRequest.ChatScheduleMessageRequestBuilderChatScheduleMessageRequest.ChatScheduleMessageRequestBuilder. unfurlMedia(boolean unfurlMedia)Pass false to disable unfurling of media content.