|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AutodiscoverErrorCode>
microsoft.exchange.webservices.data.AutodiscoverErrorCode
public enum AutodiscoverErrorCode
Defines the error codes that can be returned by the Autodiscover service.
Enum Constant Summary | |
---|---|
InternalServerError
The Internal server error. |
|
InvalidDomain
The Invalid domain. |
|
InvalidRequest
The Invalid request. |
|
InvalidSetting
The Invalid setting. |
|
InvalidUser
The Invalid user. |
|
NoError
The No error. |
|
NotFederated
The Not federated. |
|
RedirectAddress
The Redirect address. |
|
RedirectUrl
The Redirect url. |
|
ServerBusy
The Server busy. |
|
SettingIsNotAvailable
The Setting is not available. |
Method Summary | |
---|---|
static AutodiscoverErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AutodiscoverErrorCode[] |
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 AutodiscoverErrorCode NoError
public static final AutodiscoverErrorCode RedirectAddress
public static final AutodiscoverErrorCode RedirectUrl
public static final AutodiscoverErrorCode InvalidUser
public static final AutodiscoverErrorCode InvalidRequest
public static final AutodiscoverErrorCode InvalidSetting
public static final AutodiscoverErrorCode SettingIsNotAvailable
public static final AutodiscoverErrorCode ServerBusy
public static final AutodiscoverErrorCode InvalidDomain
public static final AutodiscoverErrorCode NotFederated
public static final AutodiscoverErrorCode InternalServerError
Method Detail |
---|
public static AutodiscoverErrorCode[] values()
for (AutodiscoverErrorCode c : AutodiscoverErrorCode.values()) System.out.println(c);
public static AutodiscoverErrorCode 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 null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |