Package com.microstrategy.webapi
Interface EnumDSSXMLInboxFlags
- 
public interface EnumDSSXMLInboxFlagsThis interface defines the enumeration constants used to specify the flags for retrieving or removing inbox messages. TheDssXmlInboxBrowsingInfoandDssXmlInboxBrowsingDetailflags affect the amount of data returned from a GetInboxMessages call. TheDssXmlInboxCurrentProjectandDssXmlInboxAllProjectsdetermine which inbox messages will be returned.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlInboxAllProjectsSpecifies a flag to retrieve inbox messages of all projects in the returned XML.static intDssXmlInboxAllUsersAllProjectsSpecifies a flag to retrieve inbox messages of all projects for all users in returned XML.static intDssXmlInboxBrowsingDetailSpecifies a flag to return the detail info for inbox messages in the returned XML.static intDssXmlInboxBrowsingInfoSpecifies a flag to return the browsing info for inbox messages in the returned XML.static intDssXmlInboxCurrentProjectSpecifies a flag to retrieve inbox messages of the current project in the returned XML.static intDssXmlInboxKeepAsIsSpecifies a flag to inform the inbox to keep the report or document result "As Is".static intDssXmlInboxKeepLatestSpecifies a flag to inform the inbox to keep the latest report or document result.static intDssXmlInboxStatusOnlySpecifies a flag to retrieve inbox messages status. 
 - 
 
- 
- 
Field Detail
- 
DssXmlInboxBrowsingInfo
static final int DssXmlInboxBrowsingInfo
Specifies a flag to return the browsing info for inbox messages in the returned XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlInboxBrowsingDetail
static final int DssXmlInboxBrowsingDetail
Specifies a flag to return the detail info for inbox messages in the returned XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlInboxCurrentProject
static final int DssXmlInboxCurrentProject
Specifies a flag to retrieve inbox messages of the current project in the returned XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlInboxAllProjects
static final int DssXmlInboxAllProjects
Specifies a flag to retrieve inbox messages of all projects in the returned XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlInboxKeepLatest
static final int DssXmlInboxKeepLatest
Specifies a flag to inform the inbox to keep the latest report or document result.- See Also:
 - Constant Field Values
 
 
- 
DssXmlInboxKeepAsIs
static final int DssXmlInboxKeepAsIs
Specifies a flag to inform the inbox to keep the report or document result "As Is".- See Also:
 - Constant Field Values
 
 
- 
DssXmlInboxAllUsersAllProjects
static final int DssXmlInboxAllUsersAllProjects
Specifies a flag to retrieve inbox messages of all projects for all users in returned XML.- See Also:
 - Constant Field Values
 
 
- 
DssXmlInboxStatusOnly
static final int DssXmlInboxStatusOnly
Specifies a flag to retrieve inbox messages status.- See Also:
 - Constant Field Values
 
 
 - 
 
 -