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