HP Anywhere API Reference
UserSettingsService Interface Members
Methods 

The following tables list the members exposed by UserSettingsService.

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