public interface

EnumDocSaveAsOption

com.microstrategy.webapi.EnumDocSaveAsOption

Class Overview

Interface to specify the value of prompt option while saving as Documents.

Summary

Constants
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.
String SAVE_AS_WITH_ANSWER_DISCARD Specifies to save as prompted with prompt option: Display prompt but discard the current answers.
String SAVE_AS_WITH_ANSWER_OPEN Specifies the default value of prompt option: Display prompt and use the current answers as the default answers.

Constants

public static final 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.

Constant Value: "1"

public static final String SAVE_AS_WITH_ANSWER_DISCARD

Specifies to save as prompted with prompt option: Display prompt but discard the current answers.

Constant Value: "3"

public static final String SAVE_AS_WITH_ANSWER_OPEN

Specifies the default value of prompt option: Display prompt and use the current answers as the default answers.

Constant Value: "2"