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