java.lang.Object | |
↳ | com.microstrategy.webservices.MWSUserPrivilege |
Contains the name and value associated with a MicroStrategy Web Service User Privilege. This object is created in response to a ConnectToProject call.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MWSUserPrivilege() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnumMWSUserPrivilege | getPrivFlag() | ||||||||||
String |
getPrivValue()
Get the privilege's value.
| ||||||||||
void | setPrivFlag(EnumMWSUserPrivilege privFlag) | ||||||||||
void |
setPrivValue(String privValue)
Set the privilege's value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the privilege's value.
Set the privilege's value.
privValue | privilege value text. |
---|