public enum AdvancedBitLockerState extends Enum<AdvancedBitLockerState> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static AdvancedBitLockerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvancedBitLockerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancedBitLockerState SUCCESS
public static final AdvancedBitLockerState NO_USER_CONSENT
public static final AdvancedBitLockerState OS_VOLUME_ENCRYPTION_METHOD_MISMATCH
public static final AdvancedBitLockerState OS_VOLUME_TPM_REQUIRED
public static final AdvancedBitLockerState OS_VOLUME_TPM_ONLY_REQUIRED
public static final AdvancedBitLockerState OS_VOLUME_TPM_PIN_REQUIRED
public static final AdvancedBitLockerState OS_VOLUME_TPM_STARTUP_KEY_REQUIRED
public static final AdvancedBitLockerState OS_VOLUME_TPM_PIN_STARTUP_KEY_REQUIRED
public static final AdvancedBitLockerState OS_VOLUME_UNPROTECTED
public static final AdvancedBitLockerState RECOVERY_KEY_BACKUP_FAILED
public static final AdvancedBitLockerState FIXED_DRIVE_NOT_ENCRYPTED
public static final AdvancedBitLockerState FIXED_DRIVE_ENCRYPTION_METHOD_MISMATCH
public static final AdvancedBitLockerState LOGGED_ON_USER_NON_ADMIN
public static final AdvancedBitLockerState WINDOWS_RECOVERY_ENVIRONMENT_NOT_CONFIGURED
public static final AdvancedBitLockerState TPM_NOT_AVAILABLE
public static final AdvancedBitLockerState TPM_NOT_READY
public static final AdvancedBitLockerState NETWORK_ERROR
public static AdvancedBitLockerState[] values()
for (AdvancedBitLockerState c : AdvancedBitLockerState.values()) System.out.println(c);
public static AdvancedBitLockerState 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.