Package io.thestencil.client.api
Interface Markdowns.ImageResource
-
- All Known Implementing Classes:
ImmutableImageResource
- Enclosing interface:
- Markdowns
@Immutable public static interface Markdowns.ImageResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPath()byte[]getValue()
-
-
-
Method Detail
-
getPath
String getPath()
-
getValue
byte[] getValue()
-
-