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 java.util.concurrent.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 java.util.concurrent.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(java.lang.Boolean asUser)Pass true to post the message as the authed user, instead of as a bot.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. attachments(java.util.List<Attachment> attachments)A JSON-based array of structured attachments, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. attachmentsAsString(java.lang.String attachmentsAsString)A JSON-based array of structured attachments, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. blocks(java.util.List<LayoutBlock> blocks)A JSON-based array of structured blocks, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. blocksAsString(java.lang.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(java.lang.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(java.lang.String parse)Change how messages are treated.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. text(java.lang.String text)Text of the message to send.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. token(java.lang.String token)Authentication token.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. ts(java.lang.String ts)Timestamp of the message to be updated.ChatUpdateRequest.ChatUpdateRequestBuilderChatUpdateRequest.ChatUpdateRequestBuilder. user(java.lang.String user)`id` of the user who will receive the ephemeral message.