Package com.microstrategy.webapi
Interface EnumDSSXMLDossierShortcutInfoFlag
-
public interface EnumDSSXMLDossierShortcutInfoFlag
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssDossierShortcutDossierVersionHash
Specifies that the dossier version hash will be returned.static int
DssDossierShortcutInfoBookmark
Specifies that bookmarks will be returned.static int
DssDossierShortcutInfoCurrentBookmark
Specifies that current applied bookmark info will be returned.static int
DssDossierShortcutInfoDefault
Specifies that only basic shortcut info will be returned.static int
DssDossierShortcutInfoTOC
Specifies that table of content will be returned.
-
-
-
Field Detail
-
DssDossierShortcutInfoDefault
static final int DssDossierShortcutInfoDefault
Specifies that only basic shortcut info will be returned.- See Also:
- Constant Field Values
-
DssDossierShortcutInfoTOC
static final int DssDossierShortcutInfoTOC
Specifies that table of content will be returned.- See Also:
- Constant Field Values
-
DssDossierShortcutInfoBookmark
static final int DssDossierShortcutInfoBookmark
Specifies that bookmarks will be returned.- See Also:
- Constant Field Values
-
DssDossierShortcutInfoCurrentBookmark
static final int DssDossierShortcutInfoCurrentBookmark
Specifies that current applied bookmark info will be returned.- See Also:
- Constant Field Values
-
DssDossierShortcutDossierVersionHash
static final int DssDossierShortcutDossierVersionHash
Specifies that the dossier version hash will be returned.- See Also:
- Constant Field Values
-
-