public enum IosUpdatesInstallStatus extends java.lang.Enum<IosUpdatesInstallStatus>
Enum Constant and Description |
---|
AVAILABLE
available
|
DEVICE_OS_HIGHER_THAN_DESIRED_OS_VERSION
device Os Higher Than Desired Os Version
|
DOWNLOAD_FAILED
download Failed
|
DOWNLOAD_INSUFFICIENT_NETWORK
download Insufficient Network
|
DOWNLOAD_INSUFFICIENT_POWER
download Insufficient Power
|
DOWNLOAD_INSUFFICIENT_SPACE
download Insufficient Space
|
DOWNLOAD_REQUIRES_COMPUTER
download Requires Computer
|
DOWNLOADING
downloading
|
IDLE
idle
|
INSTALL_FAILED
install Failed
|
INSTALL_INSUFFICIENT_POWER
install Insufficient Power
|
INSTALL_INSUFFICIENT_SPACE
install Insufficient Space
|
INSTALL_PHONE_CALL_IN_PROGRESS
install Phone Call In Progress
|
INSTALLING
installing
|
NOT_SUPPORTED_OPERATION
not Supported Operation
|
SHARED_DEVICE_USER_LOGGED_IN_ERROR
shared Device User Logged In Error
|
SUCCESS
success
|
UNEXPECTED_VALUE
For IosUpdatesInstallStatus values that were not expected from the service
|
UNKNOWN
unknown
|
Modifier and Type | Method and Description |
---|---|
static IosUpdatesInstallStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IosUpdatesInstallStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IosUpdatesInstallStatus DEVICE_OS_HIGHER_THAN_DESIRED_OS_VERSION
public static final IosUpdatesInstallStatus SHARED_DEVICE_USER_LOGGED_IN_ERROR
public static final IosUpdatesInstallStatus NOT_SUPPORTED_OPERATION
public static final IosUpdatesInstallStatus INSTALL_FAILED
public static final IosUpdatesInstallStatus INSTALL_PHONE_CALL_IN_PROGRESS
public static final IosUpdatesInstallStatus INSTALL_INSUFFICIENT_POWER
public static final IosUpdatesInstallStatus INSTALL_INSUFFICIENT_SPACE
public static final IosUpdatesInstallStatus INSTALLING
public static final IosUpdatesInstallStatus DOWNLOAD_INSUFFICIENT_NETWORK
public static final IosUpdatesInstallStatus DOWNLOAD_INSUFFICIENT_POWER
public static final IosUpdatesInstallStatus DOWNLOAD_INSUFFICIENT_SPACE
public static final IosUpdatesInstallStatus DOWNLOAD_REQUIRES_COMPUTER
public static final IosUpdatesInstallStatus DOWNLOAD_FAILED
public static final IosUpdatesInstallStatus DOWNLOADING
public static final IosUpdatesInstallStatus SUCCESS
public static final IosUpdatesInstallStatus AVAILABLE
public static final IosUpdatesInstallStatus IDLE
public static final IosUpdatesInstallStatus UNKNOWN
public static final IosUpdatesInstallStatus UNEXPECTED_VALUE
public static IosUpdatesInstallStatus[] values()
for (IosUpdatesInstallStatus c : IosUpdatesInstallStatus.values()) System.out.println(c);
public static IosUpdatesInstallStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null