Package com.microsoft.graph.models
Enum Class DetectedAppPlatformType
- All Implemented Interfaces:
Serializable,Comparable<DetectedAppPlatformType>,Constable
The Enum Detected App Platform Type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionandroid Dedicated And Fully Managedandroid Device Administratorandroid OSPandroid Work Profilechrome OSiosmac OSFor DetectedAppPlatformType values that were not expected from the serviceunknownwindowswindows Holographicwindows Mobile -
Method Summary
Modifier and TypeMethodDescriptionstatic DetectedAppPlatformTypeReturns the enum constant of this class with the specified name.static DetectedAppPlatformType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
WINDOWS
windows -
WINDOWS_MOBILE
windows Mobile -
WINDOWS_HOLOGRAPHIC
windows Holographic -
IOS
ios -
MAC_OS
mac OS -
CHROME_OS
chrome OS -
ANDROID_OSP
android OSP -
ANDROID_DEVICE_ADMINISTRATOR
android Device Administrator -
ANDROID_WORK_PROFILE
android Work Profile -
ANDROID_DEDICATED_AND_FULLY_MANAGED
android Dedicated And Fully Managed -
UNEXPECTED_VALUE
For DetectedAppPlatformType 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
-