Uses of Class
com.slack.api.model.block.VideoBlock.VideoBlockBuilder
Packages that use VideoBlock.VideoBlockBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of VideoBlock.VideoBlockBuilder in com.slack.api.model.block
Methods in com.slack.api.model.block that return VideoBlock.VideoBlockBuilderModifier and TypeMethodDescriptionA tooltip for the video.VideoBlock.VideoBlockBuilder.authorName(String authorName) Author name to be displayed.static VideoBlock.VideoBlockBuilderVideoBlock.builder()VideoBlock.VideoBlockBuilder.description(PlainTextObject description) Description for video in plain text format.VideoBlock.VideoBlockBuilder.providerIconUrl(String providerIconUrl) Icon for the video provider - ex.VideoBlock.VideoBlockBuilder.providerName(String providerName) The originating application or domain of the video ex.VideoBlock.VideoBlockBuilder.thumbnailUrl(String thumbnailUrl) The thumbnail image URLVideoBlock.VideoBlockBuilder.title(PlainTextObject title) Video title in plain text format.Hyperlink for the title text.The URL to be embedded.Method parameters in com.slack.api.model.block with type arguments of type VideoBlock.VideoBlockBuilderModifier and TypeMethodDescriptionstatic VideoBlockBlocks.video(ModelConfigurator<VideoBlock.VideoBlockBuilder> configurator)