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