Package com.microstrategy.webapi
Interface EnumDSSXMLTrustWebServerStatus
- 
public interface EnumDSSXMLTrustWebServerStatus- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlTrustWebServerStatusEnabledSpecifies forWebTrustedServer's status indicating the server is enabled.static intDssXmlTrustWebServerStatusRemovedSpecifies forWebTrustedServer's status indicating the server is removed 
 - 
 
- 
- 
Field Detail
- 
DssXmlTrustWebServerStatusEnabled
static final int DssXmlTrustWebServerStatusEnabled
Specifies forWebTrustedServer's status indicating the server is enabled.- See Also:
 - Constant Field Values
 
 
- 
DssXmlTrustWebServerStatusRemoved
static final int DssXmlTrustWebServerStatusRemoved
Specifies forWebTrustedServer's status indicating the server is removed- See Also:
 - Constant Field Values
 
 
 - 
 
 -