public static enum OperationCode.Command extends Enum<OperationCode.Command>
| Enum Constant and Description |
|---|
CAMERA |
CAMERA_STATUS |
DEVICE_LOCK |
DEVICE_PASSCODE_DELETE |
DEVICE_PASSWORD_ENABLE |
DEVICE_RING |
DISENROLL |
ENCRYPT_STORAGE |
ENCRYPT_STORAGE_STATUS |
LOCK_RESET |
WIPE_DATA |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static OperationCode.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationCode.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationCode.Command DEVICE_RING
public static final OperationCode.Command DEVICE_LOCK
public static final OperationCode.Command WIPE_DATA
public static final OperationCode.Command DISENROLL
public static final OperationCode.Command LOCK_RESET
public static final OperationCode.Command CAMERA
public static final OperationCode.Command ENCRYPT_STORAGE
public static final OperationCode.Command CAMERA_STATUS
public static final OperationCode.Command ENCRYPT_STORAGE_STATUS
public static final OperationCode.Command DEVICE_PASSWORD_ENABLE
public static final OperationCode.Command DEVICE_PASSCODE_DELETE
public static OperationCode.Command[] values()
for (OperationCode.Command c : OperationCode.Command.values()) System.out.println(c);
public static OperationCode.Command 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 nullpublic String getCode()
Copyright © 2016 WSO2. All rights reserved.