public static enum TheonClient.TheonStatus extends Enum<TheonClient.TheonStatus>
| Enum Constant and Description |
|---|
HTTP_POST_FAILURE
http post failure
|
HTTP_POST_SUCCESS
http post success
|
MESSAGE_ADDED
message added here
|
MESSAGE_SEND_FAILURE
message send failure
|
MESSAGE_SEND_SUCCESS
message send success
|
POST_SIZE_LIMIT_REACHED
Post size limit reached
|
| Modifier and Type | Method and Description |
|---|---|
static TheonClient.TheonStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TheonClient.TheonStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TheonClient.TheonStatus MESSAGE_ADDED
public static final TheonClient.TheonStatus HTTP_POST_SUCCESS
public static final TheonClient.TheonStatus HTTP_POST_FAILURE
public static final TheonClient.TheonStatus MESSAGE_SEND_SUCCESS
public static final TheonClient.TheonStatus MESSAGE_SEND_FAILURE
public static final TheonClient.TheonStatus POST_SIZE_LIMIT_REACHED
public static TheonClient.TheonStatus[] values()
for (TheonClient.TheonStatus c : TheonClient.TheonStatus.values()) System.out.println(c);
public static TheonClient.TheonStatus 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 © 2017. All rights reserved.