public final class ImageInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
baseUrl |
String |
extension |
String |
imageKey |
List<Integer> |
sizes |
Modifier and Type | Method and Description |
---|---|
String |
url(Integer size)
Gets the image URL for the specific image size.
|
static String |
url(String baseUrl,
String imageKey,
String extension,
Integer size) |