Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract GetUserSettingsResponse |
ConfigurationSettingsBase.convertSettings(String smtpAddress,
List<UserSettingName> requestedSettings)
Convert ConfigurationSettings to GetUserSettings response.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
OutlookConfigurationSettings.isAvailableUserSetting(UserSettingName setting)
Determines whether user setting is available in the
OutlookConfiguration or not.
|
Modifier and Type | Method and Description |
---|---|
GetUserSettingsResponse |
OutlookConfigurationSettings.convertSettings(String smtpAddress,
List<UserSettingName> requestedSettings)
Convert OutlookConfigurationSettings to GetUserSettings response.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected List<UserSettingName> |
GetUserSettingsRequest.getSettings()
Gets the settings.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUserSettingsRequest.setSettings(List<UserSettingName> value)
Sets the settings.
|
Modifier and Type | Method and Description |
---|---|
Map<UserSettingName,Object> |
GetUserSettingsResponse.getSettings()
Gets the requested settings for the user.
|
Modifier and Type | Method and Description |
---|---|
<T> boolean |
GetUserSettingsResponse.tryGetSettingValue(Class<T> cls,
UserSettingName setting,
OutParam<T> value)
Tries the get the user setting value.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUserSettingsResponse.setSettings(Map<UserSettingName,Object> settings)
Sets the requested settings for the user.
|
Copyright © 2012–2015 Microsoft. All rights reserved.