public static enum WxShortUrl.Action extends Enum<WxShortUrl.Action>
Enum Constant and Description |
---|
LONG2SHORT |
Modifier and Type | Method and Description |
---|---|
static WxShortUrl.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WxShortUrl.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WxShortUrl.Action LONG2SHORT
public static WxShortUrl.Action[] values()
for (WxShortUrl.Action c : WxShortUrl.Action.values()) System.out.println(c);
public static WxShortUrl.Action valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 Guangshan Technology, Inc.. All rights reserved.