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

Packages that use ExchangeVersion
com.microsoft.exchange.autodiscover   
 

Uses of ExchangeVersion in com.microsoft.exchange.autodiscover
 

Fields in com.microsoft.exchange.autodiscover declared as ExchangeVersion
protected  ExchangeVersion GetUserSettingsRequest.requestedVersion
           
protected  ExchangeVersion GetDomainSettingsRequest.requestedVersion
           
 

Methods in com.microsoft.exchange.autodiscover that return ExchangeVersion
static ExchangeVersion ExchangeVersion.fromValue(String v)
           
 ExchangeVersion GetUserSettingsRequest.getRequestedVersion()
          Gets the value of the requestedVersion property.
 ExchangeVersion GetDomainSettingsRequest.getRequestedVersion()
          Gets the value of the requestedVersion property.
static ExchangeVersion ExchangeVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExchangeVersion[] ExchangeVersion.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 ExchangeVersion
 JAXBElement<ExchangeVersion> ObjectFactory.createRequestedServerVersion(ExchangeVersion value)
          Create an instance of JAXBElement<ExchangeVersion>}
 

Methods in com.microsoft.exchange.autodiscover with parameters of type ExchangeVersion
 JAXBElement<ExchangeVersion> ObjectFactory.createRequestedServerVersion(ExchangeVersion value)
          Create an instance of JAXBElement<ExchangeVersion>}
 void GetUserSettingsRequest.setRequestedVersion(ExchangeVersion value)
          Sets the value of the requestedVersion property.
 void GetDomainSettingsRequest.setRequestedVersion(ExchangeVersion value)
          Sets the value of the requestedVersion property.
 



Copyright © 2013 Jasig. All Rights Reserved.