Uses of Class
com.slack.api.methods.request.chat.ChatUnfurlRequest.UnfurlDetailPreview
Packages that use ChatUnfurlRequest.UnfurlDetailPreview
-
Uses of ChatUnfurlRequest.UnfurlDetailPreview in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatUnfurlRequest.UnfurlDetailPreviewModifier and TypeMethodDescriptionChatUnfurlRequest.UnfurlDetailPreview.UnfurlDetailPreviewBuilder.build()ChatUnfurlRequest.UnfurlDetail.getPreview()Methods in com.slack.api.methods.request.chat with parameters of type ChatUnfurlRequest.UnfurlDetailPreviewModifier and TypeMethodDescriptionChatUnfurlRequest.UnfurlDetail.UnfurlDetailBuilder.preview(ChatUnfurlRequest.UnfurlDetailPreview preview) voidChatUnfurlRequest.UnfurlDetail.setPreview(ChatUnfurlRequest.UnfurlDetailPreview preview) Constructors in com.slack.api.methods.request.chat with parameters of type ChatUnfurlRequest.UnfurlDetailPreviewModifierConstructorDescriptionUnfurlDetail(String text, String callbackId, String attachmentType, String fallback, String color, String url, String title, String titleLink, String imageUrl, String authorName, String authorIcon, String authorLink, List<Action> actions, List<Field> fields, List<LayoutBlock> blocks, ChatUnfurlRequest.UnfurlDetailPreview preview)