Package com.microstrategy.webapi
Interface EnumDSSXMLPromptAnswerReuse
- 
public interface EnumDSSXMLPromptAnswerReuseThe enumerationEnumDSSXMLPromptAnswerReuseaffects the behavior of the answer when it is used.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlPromptAnswerReuseDefaultSpecifies the user's default answer.static intDssXmlPromptAnswerReuseDefaultAndCloseSpecifies the user's default answer and auto-close the prompt to it.static intDssXmlPromptAnswerReuseListThis is the default value of this enumeration.static intDssXmlPromptAnswerReuseReservedNot used. 
 - 
 
- 
- 
Field Detail
- 
DssXmlPromptAnswerReuseReserved
static final int DssXmlPromptAnswerReuseReserved
Not used.- See Also:
 - Constant Field Values
 
 
- 
DssXmlPromptAnswerReuseList
static final int DssXmlPromptAnswerReuseList
This is the default value of this enumeration. It means the answer is just listed.- See Also:
 - Constant Field Values
 
 
- 
DssXmlPromptAnswerReuseDefault
static final int DssXmlPromptAnswerReuseDefault
Specifies the user's default answer.- See Also:
 - Constant Field Values
 
 
- 
DssXmlPromptAnswerReuseDefaultAndClose
static final int DssXmlPromptAnswerReuseDefaultAndClose
Specifies the user's default answer and auto-close the prompt to it.- See Also:
 - Constant Field Values
 
 
 - 
 
 -