Package com.enonic.xp.icon
Class Thumbnail
- java.lang.Object
-
- com.enonic.xp.icon.Thumbnail
-
@PublicApi public final class Thumbnail extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static Thumbnail
from(BinaryReference binaryReference, String mimeType, long size)
BinaryReference
getBinaryReference()
String
getMimeType()
long
getSize()
int
hashCode()
-
-
-
Method Detail
-
getBinaryReference
public BinaryReference getBinaryReference()
-
getMimeType
public String getMimeType()
-
getSize
public long getSize()
-
from
public static Thumbnail from(BinaryReference binaryReference, String mimeType, long size)
-
-