Uses of Class
microsoft.exchange.webservices.data.autodiscover.enumeration.UserSettingName
-
-
Uses of UserSettingName in microsoft.exchange.webservices.data.autodiscover
Methods in microsoft.exchange.webservices.data.autodiscover with parameters of type UserSettingName Modifier and Type Method Description GetUserSettingsResponseAutodiscoverService. getUserSettings(String userSmtpAddress, UserSettingName... userSettingNames)Retrieves the specified settings for single SMTP address.GetUserSettingsResponseCollectionAutodiscoverService. 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 Modifier and Type Method Description protected GetUserSettingsResponseAutodiscoverService. internalGetLegacyUserSettings(String emailAddress, List<UserSettingName> requestedSettings)Gets user settings from Autodiscover legacy endpoint.protected GetUserSettingsResponseAutodiscoverService. 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 Modifier and Type Method Description abstract GetUserSettingsResponseConfigurationSettingsBase. 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 Modifier and Type Method Description protected static booleanOutlookConfigurationSettings. 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 Modifier and Type Method Description GetUserSettingsResponseOutlookConfigurationSettings. 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 Modifier and Type Method Description static UserSettingNameUserSettingName. 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 Modifier and Type Method Description protected List<UserSettingName>GetUserSettingsRequest. getSettings()Gets the settings.Method parameters in microsoft.exchange.webservices.data.autodiscover.request with type arguments of type UserSettingName Modifier and Type Method Description voidGetUserSettingsRequest. 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 Modifier and Type Method Description 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 Modifier and Type Method Description <T> booleanGetUserSettingsResponse. 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 Modifier and Type Method Description voidGetUserSettingsResponse. setSettings(Map<UserSettingName,Object> settings)Sets the requested settings for the user.
-