public static enum WxGroupMessage.Result.Status extends Enum<WxGroupMessage.Result.Status>
| Enum Constant and Description |
|---|
DELETE |
SEND_FAIL |
SEND_SUCCESS |
SENDING |
| Modifier and Type | Method and Description |
|---|---|
static WxGroupMessage.Result.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WxGroupMessage.Result.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WxGroupMessage.Result.Status SEND_SUCCESS
public static final WxGroupMessage.Result.Status SENDING
public static final WxGroupMessage.Result.Status SEND_FAIL
public static final WxGroupMessage.Result.Status DELETE
public static WxGroupMessage.Result.Status[] values()
for (WxGroupMessage.Result.Status c : WxGroupMessage.Result.Status.values()) System.out.println(c);
public static WxGroupMessage.Result.Status 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.