Package io.thestencil.client.api
Interface Markdowns.Markdown
-
- All Known Implementing Classes:
ImmutableMarkdown
- Enclosing interface:
- Markdowns
@Immutable public static interface Markdowns.Markdown
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Markdowns.Heading>getHeadings()List<Markdowns.ImageTag>getImages()StringgetLocale()StringgetPath()StringgetValue()
-
-
-
Method Detail
-
getLocale
String getLocale()
-
getPath
String getPath()
-
getValue
String getValue()
-
getHeadings
List<Markdowns.Heading> getHeadings()
-
getImages
List<Markdowns.ImageTag> getImages()
-
-