Package com.microstrategy.webapi
Interface EnumDSSXMLInboxFlags
-
public interface EnumDSSXMLInboxFlags
This interface defines the enumeration constants used to specify the flags for retrieving or removing inbox messages. TheDssXmlInboxBrowsingInfo
andDssXmlInboxBrowsingDetail
flags affect the amount of data returned from a GetInboxMessages call. TheDssXmlInboxCurrentProject
andDssXmlInboxAllProjects
determine which inbox messages will be returned.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlInboxAllProjects
Specifies a flag to retrieve inbox messages of all projects in the returned XML.static int
DssXmlInboxBrowsingDetail
Specifies a flag to return the detail info for inbox messages in the returned XML.static int
DssXmlInboxBrowsingInfo
Specifies a flag to return the browsing info for inbox messages in the returned XML.static int
DssXmlInboxCurrentProject
Specifies a flag to retrieve inbox messages of the current project in the returned XML.static int
DssXmlInboxKeepAsIs
Specifies a flag to inform the inbox to keep the report or document result "As Is".static int
DssXmlInboxKeepLatest
Specifies a flag to inform the inbox to keep the latest report or document result.
-
-
-
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
-
-