| Package | Description |
|---|---|
| com.microsoft.exchange.autodiscover |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorCode |
DomainSettingError.errorCode |
protected ErrorCode |
AutodiscoverResponse.errorCode |
protected ErrorCode |
UserSettingError.errorCode |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.fromValue(String v) |
ErrorCode |
DomainSettingError.getErrorCode()
Gets the value of the errorCode property.
|
ErrorCode |
AutodiscoverResponse.getErrorCode()
Gets the value of the errorCode property.
|
ErrorCode |
UserSettingError.getErrorCode()
Gets the value of the errorCode property.
|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ErrorCode> |
ObjectFactory.createErrorCode(ErrorCode value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ErrorCode> |
ObjectFactory.createErrorCode(ErrorCode value)
|
void |
DomainSettingError.setErrorCode(ErrorCode value)
Sets the value of the errorCode property.
|
void |
AutodiscoverResponse.setErrorCode(ErrorCode value)
Sets the value of the errorCode property.
|
void |
UserSettingError.setErrorCode(ErrorCode value)
Sets the value of the errorCode property.
|
Copyright © 2014 Jasig. All Rights Reserved.