public static enum BHiveResponseEntity.REST_CALLBACK_CMD extends Enum<BHiveResponseEntity.REST_CALLBACK_CMD>
| Enum Constant and Description |
|---|
ALERT |
LOGINREQIURED |
REDIRECT |
| Modifier and Type | Method and Description |
|---|---|
static BHiveResponseEntity.REST_CALLBACK_CMD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BHiveResponseEntity.REST_CALLBACK_CMD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BHiveResponseEntity.REST_CALLBACK_CMD LOGINREQIURED
public static final BHiveResponseEntity.REST_CALLBACK_CMD REDIRECT
public static final BHiveResponseEntity.REST_CALLBACK_CMD ALERT
public static BHiveResponseEntity.REST_CALLBACK_CMD[] values()
for (BHiveResponseEntity.REST_CALLBACK_CMD c : BHiveResponseEntity.REST_CALLBACK_CMD.values()) System.out.println(c);
public static BHiveResponseEntity.REST_CALLBACK_CMD 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. All rights reserved.