Uses of Class
microsoft.exchange.webservices.data.autodiscover.enumeration.DomainSettingName
-
-
Uses of DomainSettingName in microsoft.exchange.webservices.data.autodiscover
Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type DomainSettingName Modifier and Type Method Description GetDomainSettingsResponseCollectionAutodiscoverService. getDomainSettings(Iterable<String> domains, ExchangeVersion requestedVersion, DomainSettingName... domainSettingNames)Retrieves the specified settings for a set of domains.GetDomainSettingsResponseAutodiscoverService. getDomainSettings(String domain, ExchangeVersion requestedVersion, DomainSettingName... domainSettingNames)Retrieves the specified settings for a domain. -
Uses of DomainSettingName in microsoft.exchange.webservices.data.autodiscover.enumeration
Methods in microsoft.exchange.webservices.data.autodiscover.enumeration that return DomainSettingName Modifier and Type Method Description static DomainSettingNameDomainSettingName. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidGetDomainSettingsRequest. 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 Modifier and Type Method Description Map<DomainSettingName,Object>GetDomainSettingsResponse. getSettings()Gets the requested settings for the domain.
-