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

Packages that use UserSettingName
microsoft.exchange.webservices.data.autodiscover   
microsoft.exchange.webservices.data.autodiscover.configuration   
microsoft.exchange.webservices.data.autodiscover.configuration.outlook   
microsoft.exchange.webservices.data.autodiscover.enumeration   
microsoft.exchange.webservices.data.autodiscover.request   
microsoft.exchange.webservices.data.autodiscover.response   
 

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

Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type UserSettingName
 GetUserSettingsResponse AutodiscoverService.getUserSettings(String userSmtpAddress, UserSettingName... userSettingNames)
          Retrieves the specified settings for single SMTP address.
 GetUserSettingsResponseCollection AutodiscoverService.getUsersSettings(Iterable<String> userSmtpAddresses, UserSettingName... userSettingNames)
          Retrieves the specified settings for a set of users.
 

Method parameters in microsoft.exchange.webservices.data.autodiscover with type arguments of type UserSettingName
protected  GetUserSettingsResponseCollection AutodiscoverService.getUserSettings(List<String> smtpAddresses, List<UserSettingName> settings)
          Gets the user settings using Autodiscover SOAP service.
protected  GetUserSettingsResponse AutodiscoverService.internalGetLegacyUserSettings(String emailAddress, List<UserSettingName> requestedSettings)
          Gets user settings from Autodiscover legacy endpoint.
protected  GetUserSettingsResponse AutodiscoverService.internalGetSoapUserSettings(String smtpAddress, List<UserSettingName> requestedSettings)
          Calls the SOAP Autodiscover service for user settings for a single SMTP address.
 

Uses of UserSettingName in microsoft.exchange.webservices.data.autodiscover.configuration
 

Method parameters in microsoft.exchange.webservices.data.autodiscover.configuration with type arguments of type UserSettingName
abstract  GetUserSettingsResponse ConfigurationSettingsBase.convertSettings(String smtpAddress, List<UserSettingName> requestedSettings)
          Convert ConfigurationSettings to GetUserSettings response.
 

Uses of UserSettingName in microsoft.exchange.webservices.data.autodiscover.configuration.outlook
 

Methods in microsoft.exchange.webservices.data.autodiscover.configuration.outlook with parameters of type UserSettingName
protected static boolean OutlookConfigurationSettings.isAvailableUserSetting(UserSettingName setting)
          Determines whether user setting is available in the OutlookConfiguration or not.
 

Method parameters in microsoft.exchange.webservices.data.autodiscover.configuration.outlook with type arguments of type UserSettingName
 GetUserSettingsResponse OutlookConfigurationSettings.convertSettings(String smtpAddress, List<UserSettingName> requestedSettings)
          Convert OutlookConfigurationSettings to GetUserSettings response.
 

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

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

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

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

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

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

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

Methods in microsoft.exchange.webservices.data.autodiscover.response with parameters of type UserSettingName
<T> boolean
GetUserSettingsResponse.tryGetSettingValue(Class<T> cls, UserSettingName setting, OutParam<T> value)
          Tries the get the user setting value.
 

Method parameters in microsoft.exchange.webservices.data.autodiscover.response with type arguments of type UserSettingName
 void GetUserSettingsResponse.setSettings(Map<UserSettingName,Object> settings)
          Sets the requested settings for the user.
 



Copyright © 2012–2015 Microsoft. All rights reserved.