Package com.microsoft.graph.models
Enum Class IosUpdatesInstallStatus
- All Implemented Interfaces:
Serializable
,Comparable<IosUpdatesInstallStatus>
,Constable
The Enum Ios Updates Install Status.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionavailabledevice Os Higher Than Desired Os Versiondownload Faileddownload Insufficient Networkdownload Insufficient Powerdownload Insufficient Spacedownload Requires Computerdownloadingidleinstall Failedinstall Insufficient Powerinstall Insufficient Spaceinstall Phone Call In Progressinstallingnot Supported Operationshared Device User Logged In ErrorsuccessFor IosUpdatesInstallStatus values that were not expected from the serviceunknown -
Method Summary
Modifier and TypeMethodDescriptionstatic IosUpdatesInstallStatus
Returns the enum constant of this class with the specified name.static IosUpdatesInstallStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEVICE_OS_HIGHER_THAN_DESIRED_OS_VERSION
device Os Higher Than Desired Os Version -
SHARED_DEVICE_USER_LOGGED_IN_ERROR
shared Device User Logged In Error -
NOT_SUPPORTED_OPERATION
not Supported Operation -
INSTALL_FAILED
install Failed -
INSTALL_PHONE_CALL_IN_PROGRESS
install Phone Call In Progress -
INSTALL_INSUFFICIENT_POWER
install Insufficient Power -
INSTALL_INSUFFICIENT_SPACE
install Insufficient Space -
INSTALLING
installing -
DOWNLOAD_INSUFFICIENT_NETWORK
download Insufficient Network -
DOWNLOAD_INSUFFICIENT_POWER
download Insufficient Power -
DOWNLOAD_INSUFFICIENT_SPACE
download Insufficient Space -
DOWNLOAD_REQUIRES_COMPUTER
download Requires Computer -
DOWNLOAD_FAILED
download Failed -
DOWNLOADING
downloading -
SUCCESS
success -
AVAILABLE
available -
IDLE
idle -
UNKNOWN
unknown -
UNEXPECTED_VALUE
For IosUpdatesInstallStatus values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-