クラスの使用
com.slack.api.methods.request.chat.ChatUpdateRequest.ChatUpdateRequestBuilder
ChatUpdateRequest.ChatUpdateRequestBuilderを使用しているパッケージ
パッケージ
説明
Slack API Methods (also called as Web API) client.
-
com.slack.api.methodsでのChatUpdateRequest.ChatUpdateRequestBuilderの使用
ChatUpdateRequest.ChatUpdateRequestBuilder型の型引数を持つcom.slack.api.methodsのメソッド・パラメータ修飾子とタイプメソッド説明AsyncMethodsClient.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) MethodsClient.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) -
com.slack.api.methods.implでのChatUpdateRequest.ChatUpdateRequestBuilderの使用
ChatUpdateRequest.ChatUpdateRequestBuilder型の型引数を持つcom.slack.api.methods.implのメソッド・パラメータ修飾子とタイプメソッド説明AsyncMethodsClientImpl.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) MethodsClientImpl.chatUpdate(RequestConfigurator<ChatUpdateRequest.ChatUpdateRequestBuilder> req) -
com.slack.api.methods.request.chatでのChatUpdateRequest.ChatUpdateRequestBuilderの使用
修飾子とタイプメソッド説明Pass true to post the message as the authed user, instead of as a bot.ChatUpdateRequest.ChatUpdateRequestBuilder.attachments(List<Attachment> attachments) A JSON-based array of structured attachments, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilder.attachmentsAsString(String attachmentsAsString) A JSON-based array of structured attachments, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilder.blocks(List<LayoutBlock> blocks) A JSON-based array of structured blocks, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilder.blocksAsString(String blocksAsString) A JSON-based array of structured blocks as a String, presented as a URL-encoded string.ChatUpdateRequest.builder()Channel, private group, or IM channel to send message to.Array of new file ids that will be sent with this message.ChatUpdateRequest.ChatUpdateRequestBuilder.linkNames(boolean linkNames) Find and link channel names and usernames.ChatUpdateRequest.ChatUpdateRequestBuilder.metadata(Message.Metadata metadata) JSON object with event_type and event_payload fields, presented as a URL-encoded string.ChatUpdateRequest.ChatUpdateRequestBuilder.metadataAsString(String metadataAsString) JSON object with event_type and event_payload fields, presented as a URL-encoded string.Change how messages are treated.ChatUpdateRequest.ChatUpdateRequestBuilder.replyBroadcast(Boolean replyBroadcast) Broadcast an existing thread reply to make it visible to everyone in the channel or conversation.Text of the message to send.Authentication token.Timestamp of the message to be updated.`id` of the user who will receive the ephemeral message.