-
- All Implemented Interfaces:
public class ImageBlock.Element
-
-
Field Summary
Fields Modifier and Type Field Description private final String
type
private final ImageBlock.External
external
private ImageBlock.File
file
private List<String>
caption
-
Constructor Summary
Constructors Constructor Description ImageBlock.Element(String type, ImageBlock.External external, ImageBlock.File file, List<String> caption)
ImageBlock.Element(String type, ImageBlock.External external, ImageBlock.File file)
ImageBlock.Element(String type, ImageBlock.External external)
ImageBlock.Element(String type)
ImageBlock.Element()
-
Method Summary
Modifier and Type Method Description final String
getType()
final ImageBlock.External
getExternal()
final ImageBlock.File
getFile()
final Unit
setFile(ImageBlock.File file)
final List<String>
getCaption()
final Unit
setCaption(List<String> caption)
-
-
Constructor Detail
-
ImageBlock.Element
ImageBlock.Element(String type, ImageBlock.External external, ImageBlock.File file, List<String> caption)
-
ImageBlock.Element
ImageBlock.Element(String type, ImageBlock.External external, ImageBlock.File file)
-
ImageBlock.Element
ImageBlock.Element(String type, ImageBlock.External external)
-
ImageBlock.Element
ImageBlock.Element(String type)
-
ImageBlock.Element
ImageBlock.Element()
-
-
Method Detail
-
getExternal
final ImageBlock.External getExternal()
-
getFile
final ImageBlock.File getFile()
-
setFile
final Unit setFile(ImageBlock.File file)
-
getCaption
final List<String> getCaption()
-
setCaption
final Unit setCaption(List<String> caption)
-
-
-
-