Uses of Class
com.slack.api.methods.request.chat.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder
| 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 ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChatPostEphemeralResponse>AsyncMethodsClient. chatPostEphemeral(RequestConfigurator<ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder> req)ChatPostEphemeralResponseMethodsClient. chatPostEphemeral(RequestConfigurator<ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder> req) -
Uses of ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChatPostEphemeralResponse>AsyncMethodsClientImpl. chatPostEphemeral(RequestConfigurator<ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder> req)ChatPostEphemeralResponseMethodsClientImpl. chatPostEphemeral(RequestConfigurator<ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder> req) -
Uses of ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder Modifier and Type Method Description ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. asUser(java.lang.Boolean asUser)Pass true to post the message as the authed user, instead of as a bot.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. attachments(java.util.List<Attachment> attachments)A JSON-based array of structured attachments, presented as a URL-encoded string.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. attachmentsAsString(java.lang.String attachmentsAsString)A JSON-based array of structured attachments, presented as a URL-encoded string.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. blocks(java.util.List<LayoutBlock> blocks)A JSON-based array of structured blocks, presented as a URL-encoded string.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. blocksAsString(java.lang.String blocksAsString)A JSON-based array of structured blocks as a String, presented as a URL-encoded string.static ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest. builder()ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. channel(java.lang.String channel)Channel, private group, or IM channel to send message to.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. iconEmoji(java.lang.String iconEmoji)Emoji to use as the icon for this message.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. iconUrl(java.lang.String iconUrl)URL to an image to use as the icon for this message.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. linkNames(boolean linkNames)Find and link channel names and usernames.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. parse(java.lang.String parse)Change how messages are treated.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. text(java.lang.String text)Text of the message to send.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. threadTs(java.lang.String threadTs)Provide another message's ts value to post this message in a thread.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. token(java.lang.String token)Authentication token.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. user(java.lang.String user)`id` of the user who will receive the ephemeral message.ChatPostEphemeralRequest.ChatPostEphemeralRequestBuilderChatPostEphemeralRequest.ChatPostEphemeralRequestBuilder. username(java.lang.String username)Set your bot's user name.