java.lang.Objectjava.lang.Enum<LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType>
com.lenovo.android.app.admin.LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType
public static enum LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType
Enum Constant Summary | |
---|---|
EXCHANGE
Exchange Email Type |
|
GMAIL
GMail Email Type |
|
UNKNOWN
Unknown Email Type |
Method Summary | |
---|---|
static LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType EXCHANGE
public static final LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType GMAIL
public static final LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType UNKNOWN
Method Detail |
---|
public static LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType 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 name
java.lang.NullPointerException
- if the argument is nullpublic static LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType[] values()
for (LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType c : LenovoDevicePolicyManager.LenovoEmailServerInfo.EmailType.values()) System.out.println(c);