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.VideoHtml Attachment.getVideoHtml()  
    Methods in com.slack.api.model with parameters of type Attachment.VideoHtml 
    Modifier and Type Method Description
    void Attachment.setVideoHtml​(Attachment.VideoHtml videoHtml)  
    Attachment.AttachmentBuilder Attachment.AttachmentBuilder.videoHtml​(Attachment.VideoHtml videoHtml)  
    Constructors in com.slack.api.model with parameters of type Attachment.VideoHtml 
    Constructor Description
    Attachment​(java.lang.String msgSubtype, java.lang.String fallback, java.lang.String callbackId, java.lang.String color, java.lang.String pretext, java.lang.String serviceUrl, java.lang.String serviceName, java.lang.String serviceIcon, java.lang.String authorId, java.lang.String authorName, java.lang.String authorLink, java.lang.String authorIcon, java.lang.String fromUrl, java.lang.String originalUrl, java.lang.String authorSubname, java.lang.String channelId, java.lang.String channelName, java.lang.Integer id, java.lang.String botId, java.lang.Boolean indent, java.lang.Boolean msgUnfurl, java.lang.Boolean replyUnfurl, java.lang.Boolean threadRootUnfurl, java.lang.Boolean appUnfurl, java.lang.String appUnfurlUrl, java.lang.String title, java.lang.String titleLink, java.lang.String text, java.util.List<Field> fields, java.lang.String imageUrl, java.lang.Integer imageWidth, java.lang.Integer imageHeight, java.lang.Integer imageBytes, java.lang.String thumbUrl, java.lang.Integer thumbWidth, java.lang.Integer thumbHeight, java.lang.String videoUrl, Attachment.VideoHtml videoHtml, java.lang.Integer videoHtmlWidth, java.lang.Integer videoHtmlHeight, java.lang.String footer, java.lang.String footerIcon, java.lang.String ts, java.util.List<java.lang.String> mrkdwnIn, java.util.List<Action> actions, java.util.List<LayoutBlock> blocks, java.util.List<File> files, java.lang.String filename, java.lang.Integer size, java.lang.String mimetype, java.lang.String url, Attachment.AttachmentMetadata metadata)  
  • 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.VideoHtml GsonMessageAttachmentVideoHtmlFactory.deserialize​(com.google.gson.JsonElement json, java.lang.reflect.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.JsonElement GsonMessageAttachmentVideoHtmlFactory.serialize​(Attachment.VideoHtml src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)