public static enum VideoAdRequest.Charset extends java.lang.Enum<VideoAdRequest.Charset>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static VideoAdRequest.Charset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoAdRequest.Charset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoAdRequest.Charset UTF_8
public static final VideoAdRequest.Charset CP_1251
public static final VideoAdRequest.Charset KOI_8R
public static final VideoAdRequest.Charset KOI_8U
public static VideoAdRequest.Charset[] values()
for (VideoAdRequest.Charset c : VideoAdRequest.Charset.values()) System.out.println(c);
public static VideoAdRequest.Charset 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 nullpublic java.lang.String getValue()