Uses of Class
com.microsoft.exchange.autodiscover.ErrorCode

Packages that use ErrorCode
com.microsoft.exchange.autodiscover   
 

Uses of ErrorCode in com.microsoft.exchange.autodiscover
 

Fields in com.microsoft.exchange.autodiscover declared as ErrorCode
protected  ErrorCode AutodiscoverResponse.errorCode
           
protected  ErrorCode UserSettingError.errorCode
           
protected  ErrorCode DomainSettingError.errorCode
           
 

Methods in com.microsoft.exchange.autodiscover that return ErrorCode
static ErrorCode ErrorCode.fromValue(String v)
           
 ErrorCode AutodiscoverResponse.getErrorCode()
          Gets the value of the errorCode property.
 ErrorCode UserSettingError.getErrorCode()
          Gets the value of the errorCode property.
 ErrorCode DomainSettingError.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.
 

Methods in com.microsoft.exchange.autodiscover that return types with arguments of type ErrorCode
 JAXBElement<ErrorCode> ObjectFactory.createErrorCode(ErrorCode value)
          Create an instance of JAXBElement<ErrorCode>}
 

Methods in com.microsoft.exchange.autodiscover with parameters of type ErrorCode
 JAXBElement<ErrorCode> ObjectFactory.createErrorCode(ErrorCode value)
          Create an instance of JAXBElement<ErrorCode>}
 void AutodiscoverResponse.setErrorCode(ErrorCode value)
          Sets the value of the errorCode property.
 void UserSettingError.setErrorCode(ErrorCode value)
          Sets the value of the errorCode property.
 void DomainSettingError.setErrorCode(ErrorCode value)
          Sets the value of the errorCode property.
 



Copyright © 2013 Jasig. All Rights Reserved.