com.hp.btoaw.integration.service.settings Package : UserSettingsService Interface |
For a list of all members of this type, see UserSettingsService members.
Name | Description | |
---|---|---|
![]() | getMultiEnumUserSetting | Returns the values of a multiple-values setting. An example of a multiple-values setting is a set of check boxes where more than one can be selected. Do not invoke this method on a setting that does not support multiple values. |
![]() | getUserSetting | Returns the value of a user setting. Do not invoke this method on a multi-value setting. |
![]() | updateMultiEnumUserSetting | Updates the value of a setting that supports multiple values. An example of a multiple-values setting is a set of check boxes where more than one can be selected. Do not invoke this method on a setting that does not support multiple values. |