public static enum CdnPathBuilder.ImageQuality extends java.lang.Enum<CdnPathBuilder.ImageQuality>
| Enum Constant and Description |
|---|
QUALITY_BEST |
QUALITY_BETTER |
QUALITY_LIGHTER |
QUALITY_LIGHTEST |
QUALITY_NORMAL |
| Modifier and Type | Method and Description |
|---|---|
static CdnPathBuilder.ImageQuality |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CdnPathBuilder.ImageQuality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdnPathBuilder.ImageQuality QUALITY_NORMAL
public static final CdnPathBuilder.ImageQuality QUALITY_BETTER
public static final CdnPathBuilder.ImageQuality QUALITY_BEST
public static final CdnPathBuilder.ImageQuality QUALITY_LIGHTER
public static final CdnPathBuilder.ImageQuality QUALITY_LIGHTEST
public static CdnPathBuilder.ImageQuality[] values()
for (CdnPathBuilder.ImageQuality c : CdnPathBuilder.ImageQuality.values()) System.out.println(c);
public static CdnPathBuilder.ImageQuality valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null