| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static UserSettingName |
UserSettingName.valueOf(java.lang.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 |
|---|---|
UserSetting |
UserSettingList.get(UserSettingName userSettingName)
Gets the value associated with the name.
|
GetUserSettingsResponse |
AutodiscoverService.getUserSettings(java.lang.String emailAddress,
UserSettingName settingName)
Gets the user settings.
|
| Modifier and Type | Method and Description |
|---|---|
GetUserSettingsResponse |
AutodiscoverService.getUserSettings(java.util.List<java.lang.String> emailAddresses,
java.util.List<UserSettingName> settingNames)
Gets the user settings.
|
GetUserSettingsResponse |
AutodiscoverService.getUserSettings(java.lang.String emailAddress,
java.util.List<UserSettingName> settingNames)
Gets the user settings.
|