java.lang.Object | |
↳ | com.microstrategy.webservices.MWSUserPreference |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSUserPreference() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getPreferenceName()
Get the name which identifies the preference.
| ||||||||||
String |
getPreferenceValue()
Get the user preference value.
| ||||||||||
void |
setPreferenceName(String preferenceName)
Set the name which identifies the preference.
| ||||||||||
void |
setPreferenceValue(String preferenceValue)
Set the user preference value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the name which identifies the preference.
Get the user preference value.
Set the name which identifies the preference.
Set the user preference value.
preferenceValue | Preference value text. |
---|