Uses of Class
com.slack.api.model.Attachment.AttachmentMetadata
-
Packages that use Attachment.AttachmentMetadata Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of Attachment.AttachmentMetadata in com.slack.api.model
Methods in com.slack.api.model that return Attachment.AttachmentMetadata Modifier and Type Method Description static Attachment.AttachmentMetadataAttachments. attachmentMetadata(ModelConfigurator<Attachment.AttachmentMetadata.AttachmentMetadataBuilder> configurator)Attachment.AttachmentMetadataAttachment.AttachmentMetadata.AttachmentMetadataBuilder. build()Attachment.AttachmentMetadataAttachment. getMetadata()Methods in com.slack.api.model with parameters of type Attachment.AttachmentMetadata Modifier and Type Method Description Attachment.AttachmentBuilderAttachment.AttachmentBuilder. metadata(Attachment.AttachmentMetadata metadata)voidAttachment. setMetadata(Attachment.AttachmentMetadata metadata)Constructors in com.slack.api.model with parameters of type Attachment.AttachmentMetadata Constructor Description Attachment(String msgSubtype, String fallback, String callbackId, String color, String pretext, String serviceUrl, String serviceName, String serviceIcon, String authorId, String authorName, String authorLink, String authorIcon, String fromUrl, String originalUrl, String authorSubname, String channelId, String channelName, Integer id, String botId, Boolean indent, Boolean msgUnfurl, Boolean replyUnfurl, Boolean threadRootUnfurl, Boolean appUnfurl, String appUnfurlUrl, String title, String titleLink, String text, List<Field> fields, String imageUrl, Integer imageWidth, Integer imageHeight, Integer imageBytes, String thumbUrl, Integer thumbWidth, Integer thumbHeight, String videoHtml, Integer videoHtmlWidth, Integer videoHtmlHeight, String footer, String footerIcon, String ts, List<String> mrkdwnIn, List<Action> actions, List<LayoutBlock> blocks, List<File> files, String filename, Integer size, String mimetype, String url, Attachment.AttachmentMetadata metadata)
-