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