Uses of Class
com.slack.api.model.Attachment.VideoHtml
-
Packages that use Attachment.VideoHtml Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.com.slack.api.util.json Provides JSON serialization/deserialization utilities for the classes in this library. -
-
Uses of Attachment.VideoHtml in com.slack.api.model
Methods in com.slack.api.model that return Attachment.VideoHtml Modifier and Type Method Description Attachment.VideoHtmlAttachment. getVideoHtml()Methods in com.slack.api.model with parameters of type Attachment.VideoHtml Modifier and Type Method Description voidAttachment. setVideoHtml(Attachment.VideoHtml videoHtml)Attachment.AttachmentBuilderAttachment.AttachmentBuilder. videoHtml(Attachment.VideoHtml videoHtml)Constructors in com.slack.api.model with parameters of type Attachment.VideoHtml Constructor Description Attachment(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, 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, Integer videoHtmlWidth, Integer videoHtmlHeight, String footer, String footerIcon, String ts, List<String> mrkdwnIn, List<Action> actions, List<LayoutBlock> blocks, List<Attachment.MessageBlock> messageBlocks, Attachment.Preview preview, List<File> files, String filename, Integer size, String mimetype, String url, Attachment.AttachmentMetadata metadata, Boolean fileAttachment) -
Uses of Attachment.VideoHtml in com.slack.api.util.json
Methods in com.slack.api.util.json that return Attachment.VideoHtml Modifier and Type Method Description Attachment.VideoHtmlGsonMessageAttachmentVideoHtmlFactory. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in com.slack.api.util.json with parameters of type Attachment.VideoHtml Modifier and Type Method Description com.google.gson.JsonElementGsonMessageAttachmentVideoHtmlFactory. serialize(Attachment.VideoHtml src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-