Uses of Class
com.slack.api.methods.request.chat.ChatUpdateRequest.ChatUpdateRequestBuilder
| 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 ChatUpdateRequest.ChatUpdateRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatUpdateRequest.ChatUpdateRequestBuilder Modifier and Type Method Description CompletableFuture<ChatUpdateResponse>AsyncMethodsClient. chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req)ChatUpdateResponseMethodsClient. chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) -
Uses of ChatUpdateRequest.ChatUpdateRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatUpdateRequest.ChatUpdateRequestBuilder Modifier and Type Method Description CompletableFuture<ChatUpdateResponse>AsyncMethodsClientImpl. chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req)ChatUpdateResponseMethodsClientImpl. chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) -
Uses of ChatUpdateRequest.ChatUpdateRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatUpdateRequest.ChatUpdateRequestBuilder Modifier and Type Method Description ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. asUser(Boolean asUser)Pass true to post the message as the authed user, instead of as a bot.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. attachments(List<Attachment> attachments)A JSON-based array of structured attachments, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. attachmentsAsString(String attachmentsAsString)A JSON-based array of structured attachments, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. blocks(List<LayoutBlock> blocks)A JSON-based array of structured blocks, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. blocksAsString(String blocksAsString)A JSON-based array of structured blocks as a String, presented as a URL-encoded string.static ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest. builder()ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. channel(String channel)Channel, private group, or IM channel to send message to.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. linkNames(boolean linkNames)Find and link channel names and usernames.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. parse(String parse)Change how messages are treated.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. text(String text)Text of the message to send.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. token(String token)Authentication token.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. ts(String ts)Timestamp of the message to be updated.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. user(String user)`id` of the user who will receive the ephemeral message.