public static enum VKServiceActivity.VKServiceType extends java.lang.Enum<VKServiceActivity.VKServiceType>
| Enum Constant and Description |
|---|
Authorization |
Captcha |
Validation |
| Modifier and Type | Method and Description |
|---|---|
int |
getOuterCode() |
static VKServiceActivity.VKServiceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VKServiceActivity.VKServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VKServiceActivity.VKServiceType Authorization
public static final VKServiceActivity.VKServiceType Captcha
public static final VKServiceActivity.VKServiceType Validation
public static VKServiceActivity.VKServiceType[] values()
for (VKServiceActivity.VKServiceType c : VKServiceActivity.VKServiceType.values()) System.out.println(c);
public static VKServiceActivity.VKServiceType 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 int getOuterCode()