Package com.microstrategy.webapi
Interface EnumDSSXMLObjectXMLFlags
-
public interface EnumDSSXMLObjectXMLFlags
This interface defines the enumeration constants used to specify the return format type of getting object.- Since:
- MicroStrategy Web could OM branch
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXMLObjectXMLAllTranslations
To return the object with the all translationsstatic int
DssXMLObjectXMLFlagsReserved
Reserved.static int
DssXMLObjectXMLLeanJSON
To return the object with the lean JSON.static int
DssXMLObjectXMLLeanXML
To return the object with the lean XML.static int
DSSXMLObjectXMLThumbnail
-
-
-
Field Detail
-
DssXMLObjectXMLFlagsReserved
static final int DssXMLObjectXMLFlagsReserved
Reserved.- See Also:
- Constant Field Values
-
DssXMLObjectXMLLeanXML
static final int DssXMLObjectXMLLeanXML
To return the object with the lean XML.- See Also:
- Constant Field Values
-
DssXMLObjectXMLLeanJSON
static final int DssXMLObjectXMLLeanJSON
To return the object with the lean JSON.- See Also:
- Constant Field Values
-
DssXMLObjectXMLAllTranslations
static final int DssXMLObjectXMLAllTranslations
To return the object with the all translations- See Also:
- Constant Field Values
-
DSSXMLObjectXMLThumbnail
static final int DSSXMLObjectXMLThumbnail
- See Also:
- Constant Field Values
-
-