HP Anywhere API Reference
UserSettingsService Interface Methods

For a list of all members of this type, see UserSettingsService members.

Public Methods
 NameDescription
 MethodgetMultiEnumUserSettingReturns 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.  
 MethodgetUserSettingReturns the value of a user setting.
Do not invoke this method on a multi-value setting.  
 MethodupdateMultiEnumUserSettingUpdates 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.  
Top
See Also

Reference

UserSettingsService Interface
com.hp.btoaw.integration.service.settings Package