Uses of Class
com.slack.api.model.Attachment.AttachmentMetadata
Packages that use Attachment.AttachmentMetadata
Package
Description
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.AttachmentMetadataModifier and TypeMethodDescriptionAttachments.attachmentMetadata(ModelConfigurator<Attachment.AttachmentMetadata.AttachmentMetadataBuilder> configurator) Attachment.AttachmentMetadata.AttachmentMetadataBuilder.build()Attachment.getMetadata()Methods in com.slack.api.model with parameters of type Attachment.AttachmentMetadataModifier and TypeMethodDescriptionAttachment.AttachmentBuilder.metadata(Attachment.AttachmentMetadata metadata) voidAttachment.setMetadata(Attachment.AttachmentMetadata metadata) Constructors in com.slack.api.model with parameters of type Attachment.AttachmentMetadataModifierConstructorDescriptionAttachment(String msgSubtype, String fallback, String callbackId, String color, Boolean hideColor, 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, String channelTeam, Integer id, String appId, String botId, String botTeamId, 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 videoUrl, Attachment.VideoHtml videoHtml, Double videoHtmlWidth, Double videoHtmlHeight, String footer, String footerIcon, String ts, List<String> mrkdwnIn, List<Action> actions, List<LayoutBlock> blocks, List<Attachment.MessageBlock> messageBlocks, Attachment.Preview preview, String fileId, String listRecordId, Attachment.SingleListRecord listRecord, List<ListRecord> listRecords, Boolean hideBorder, String listViewId, ListAttachment list, List<ListColumn> listSchema, ListView listView, List<File> files, String filename, Integer size, String mimetype, String url, Attachment.AttachmentMetadata metadata, Boolean fileAttachment) Creates a newAttachmentinstance.