Uses of Class
com.slack.api.methods.request.chat.ChatUnfurlRequest.ChatUnfurlRequestBuilder
| 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 ChatUnfurlRequest.ChatUnfurlRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatUnfurlRequest.ChatUnfurlRequestBuilder Modifier and Type Method Description CompletableFuture<ChatUnfurlResponse>AsyncMethodsClient. chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req)ChatUnfurlResponseMethodsClient. chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) -
Uses of ChatUnfurlRequest.ChatUnfurlRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatUnfurlRequest.ChatUnfurlRequestBuilder Modifier and Type Method Description CompletableFuture<ChatUnfurlResponse>AsyncMethodsClientImpl. chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req)ChatUnfurlResponseMethodsClientImpl. chatUnfurl(RequestConfigurator<ChatUnfurlRequest.ChatUnfurlRequestBuilder> req) -
Uses of ChatUnfurlRequest.ChatUnfurlRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatUnfurlRequest.ChatUnfurlRequestBuilder Modifier and Type Method Description static ChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest. builder()ChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. channel(String channel)Channel ID of the messageChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. rawUnfurls(String rawUnfurls)URL-encoded JSON map with keys set to URLs featured in the message, pointing to their unfurl message attachments.ChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. token(String token)Authentication token.ChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. ts(String ts)Timestamp of the message to add unfurl behavior to.ChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. unfurls(Map<String,ChatUnfurlRequest.UnfurlDetail> unfurls)ChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. userAuthBlocks(List<LayoutBlock> userAuthBlocks)Provide an array of blocks to send as an ephemeral message to the user as invitation to authenticate further and enable full unfurling behaviorChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. userAuthMessage(String userAuthMessage)Provide a simply-formatted string to send as an ephemeral message to the user as invitation to authenticate further and enable full unfurling behaviorChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. userAuthRequired(boolean userAuthRequired)Set to `true` or `1` to indicate the user must install your Slack app to trigger unfurls for this domainChatUnfurlRequest.ChatUnfurlRequestBuilderChatUnfurlRequest.ChatUnfurlRequestBuilder. userAuthUrl(String userAuthUrl)Send users to this custom URL where they will complete authentication in your app to fully trigger unfurling.