public enum RemoteAction extends Enum<RemoteAction> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static RemoteAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteAction UNKNOWN
public static final RemoteAction FACTORY_RESET
public static final RemoteAction REMOVE_COMPANY_DATA
public static final RemoteAction RESET_PASSCODE
public static final RemoteAction REMOTE_LOCK
public static final RemoteAction ENABLE_LOST_MODE
public static final RemoteAction DISABLE_LOST_MODE
public static final RemoteAction LOCATE_DEVICE
public static final RemoteAction REBOOT_NOW
public static final RemoteAction RECOVER_PASSCODE
public static final RemoteAction CLEAN_WINDOWS_DEVICE
public static final RemoteAction LOGOUT_SHARED_APPLE_DEVICE_ACTIVE_USER
public static final RemoteAction QUICK_SCAN
public static final RemoteAction FULL_SCAN
public static final RemoteAction WINDOWS_DEFENDER_UPDATE_SIGNATURES
public static final RemoteAction FACTORY_RESET_KEEP_ENROLLMENT_DATA
public static final RemoteAction UPDATE_DEVICE_ACCOUNT
public static final RemoteAction AUTOMATIC_REDEPLOYMENT
public static final RemoteAction SHUT_DOWN
public static final RemoteAction ROTATE_BIT_LOCKER_KEYS
public static final RemoteAction ROTATE_FILE_VAULT_KEY
public static final RemoteAction GET_FILE_VAULT_KEY
public static final RemoteAction SET_DEVICE_NAME
public static RemoteAction[] values()
for (RemoteAction c : RemoteAction.values()) System.out.println(c);
public static RemoteAction 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.