Uses of Class
microsoft.exchange.webservices.data.autodiscover.enumeration.DomainSettingName

Packages that use DomainSettingName
microsoft.exchange.webservices.data.autodiscover   
microsoft.exchange.webservices.data.autodiscover.enumeration   
microsoft.exchange.webservices.data.autodiscover.request   
microsoft.exchange.webservices.data.autodiscover.response   
 

Uses of DomainSettingName in microsoft.exchange.webservices.data.autodiscover
 

Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type DomainSettingName
 GetDomainSettingsResponseCollection AutodiscoverService.getDomainSettings(Iterable<String> domains, ExchangeVersion requestedVersion, DomainSettingName... domainSettingNames)
          Retrieves the specified settings for a set of domains.
 GetDomainSettingsResponse AutodiscoverService.getDomainSettings(String domain, ExchangeVersion requestedVersion, DomainSettingName... domainSettingNames)
          Retrieves the specified settings for a domain.
 

Method parameters in microsoft.exchange.webservices.data.autodiscover with type arguments of type DomainSettingName
protected  GetDomainSettingsResponseCollection AutodiscoverService.getDomainSettings(List<String> domains, List<DomainSettingName> settings, ExchangeVersion requestedVersion)
          Gets the domain settings using Autodiscover SOAP service.
 

Uses of DomainSettingName in microsoft.exchange.webservices.data.autodiscover.enumeration
 

Methods in microsoft.exchange.webservices.data.autodiscover.enumeration that return DomainSettingName
static DomainSettingName DomainSettingName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DomainSettingName[] DomainSettingName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DomainSettingName in microsoft.exchange.webservices.data.autodiscover.request
 

Methods in microsoft.exchange.webservices.data.autodiscover.request that return types with arguments of type DomainSettingName
protected  List<DomainSettingName> GetDomainSettingsRequest.getSettings()
          Gets or sets the settings.
 

Method parameters in microsoft.exchange.webservices.data.autodiscover.request with type arguments of type DomainSettingName
 void GetDomainSettingsRequest.setSettings(List<DomainSettingName> value)
          Sets the settings.
 

Uses of DomainSettingName in microsoft.exchange.webservices.data.autodiscover.response
 

Methods in microsoft.exchange.webservices.data.autodiscover.response that return types with arguments of type DomainSettingName
 Map<DomainSettingName,Object> GetDomainSettingsResponse.getSettings()
          Gets the requested settings for the domain.
 



Copyright © 2012–2015 Microsoft. All rights reserved.