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 booleanequals(Object o)static Thumbnailfrom(BinaryReference binaryReference, String mimeType, long size)BinaryReferencegetBinaryReference()StringgetMimeType()longgetSize()inthashCode()
-
-
-
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)
-
-