Package com.microstrategy.webapi
Interface EnumDocSaveAsOption
- 
public interface EnumDocSaveAsOptionInterface to specify the value of prompt option while saving as Documents.- Since:
 - MicroStrategy Web 7.5.1
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSAVE_AS_WITH_ANSWER_CLOSEDSpecifies to save as prompted with prompt option: Do not display prompt and use the current answers as the default answers.static java.lang.StringSAVE_AS_WITH_ANSWER_DISCARDSpecifies to save as prompted with prompt option: Display prompt but discard the current answers.static java.lang.StringSAVE_AS_WITH_ANSWER_OPENSpecifies the default value of prompt option: Display prompt and use the current answers as the default answers. 
 - 
 
- 
- 
Field Detail
- 
SAVE_AS_WITH_ANSWER_OPEN
static final java.lang.String SAVE_AS_WITH_ANSWER_OPEN
Specifies the default value of prompt option: Display prompt and use the current answers as the default answers.- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
- 
SAVE_AS_WITH_ANSWER_DISCARD
static final java.lang.String SAVE_AS_WITH_ANSWER_DISCARD
Specifies to save as prompted with prompt option: Display prompt but discard the current answers.- See Also:
 - Constant Field Values
 
 
- 
SAVE_AS_WITH_ANSWER_CLOSED
static final java.lang.String SAVE_AS_WITH_ANSWER_CLOSED
Specifies to save as prompted with prompt option: Do not display prompt and use the current answers as the default answers.- Since:
 - MicroStrategy Web 8.0.0
 - See Also:
 - Constant Field Values
 
 
 - 
 
 -