-
- All Implemented Interfaces:
public class VideoBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PageProperty.RichText>
caption
private final String
type
private final ExternalFileDetails
external
-
Constructor Summary
Constructors Constructor Description VideoBlock.Element(List<PageProperty.RichText> caption, String type, ExternalFileDetails external)
VideoBlock.Element(List<PageProperty.RichText> caption, String type)
VideoBlock.Element(List<PageProperty.RichText> caption)
VideoBlock.Element()
-
Method Summary
Modifier and Type Method Description final List<PageProperty.RichText>
getCaption()
final String
getType()
final ExternalFileDetails
getExternal()
-
-
Constructor Detail
-
VideoBlock.Element
VideoBlock.Element(List<PageProperty.RichText> caption, String type, ExternalFileDetails external)
-
VideoBlock.Element
VideoBlock.Element(List<PageProperty.RichText> caption, String type)
-
VideoBlock.Element
VideoBlock.Element(List<PageProperty.RichText> caption)
-
VideoBlock.Element
VideoBlock.Element()
-
-
Method Detail
-
getCaption
final List<PageProperty.RichText> getCaption()
-
getExternal
final ExternalFileDetails getExternal()
-
-
-
-