java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.microsoft.intune.mam.client.app.AppIdentitySwitchResult |
Values which the application can use when reporting to MAM whether or not an identity switch was successful.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppIdentitySwitchResult | FAILURE | The switch was not successful. | |||||||||
AppIdentitySwitchResult | SUCCESS | The switch was successful. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AppIdentitySwitchResult |
fromCode(int code)
Get the value that corresponds to the integral code, or null.
| ||||||||||
int |
getCode()
Get the encoded version of the enum.
| ||||||||||
static AppIdentitySwitchResult | valueOf(String name) | ||||||||||
final static AppIdentitySwitchResult[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Get the value that corresponds to the integral code, or null.
code | Encoded value. |
---|
Get the encoded version of the enum.