-
- All Implemented Interfaces:
public class EmbedBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final String
url
private final List<PageProperty.RichText>
caption
-
Constructor Summary
Constructors Constructor Description EmbedBlock.Element(String url, List<PageProperty.RichText> caption)
EmbedBlock.Element(String url)
EmbedBlock.Element()
-
Method Summary
Modifier and Type Method Description final String
getUrl()
final List<PageProperty.RichText>
getCaption()
-
-
Constructor Detail
-
EmbedBlock.Element
EmbedBlock.Element(String url, List<PageProperty.RichText> caption)
-
EmbedBlock.Element
EmbedBlock.Element(String url)
-
EmbedBlock.Element
EmbedBlock.Element()
-
-
Method Detail
-
getCaption
final List<PageProperty.RichText> getCaption()
-
-
-
-