public final class QLThumbnailGenerationRequestRepresentationTypes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
All
Request all thumbnail representation types.
|
static long |
Icon
Request an icon, that is an image that represents the file type of the request.
|
static long |
LowQualityThumbnail
Request a thumbnail representing the file that may come from a previously generated and cached copy or faster lower quality generation, not satisfying the parameters of the request (can be larger or smaller).
|
static long |
Thumbnail
Request a thumbnail representing the file, satisfying the parameters of the request (either retrieved from the cache, or generated).
|
public static final long Icon
public static final long LowQualityThumbnail
public static final long Thumbnail
public static final long All