Package com.microstrategy.webapi
Interface EnumWebApiResultMode
-
public interface EnumWebApiResultMode
Created by kezhou on 9/13/2017. This enum defined the result type of the data which the xml command gets THIS INTERFACE IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE INTERFACE IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BinaryResult
static int
DefaultJsonResult
Default Json formatstatic int
GatewayJsonResult
Gateway Json format have gateway="1" in xml commandstatic int
XMLResult
XML data
-
-
-
Field Detail
-
XMLResult
static final int XMLResult
XML data- See Also:
- Constant Field Values
-
DefaultJsonResult
static final int DefaultJsonResult
Default Json format- See Also:
- Constant Field Values
-
GatewayJsonResult
static final int GatewayJsonResult
Gateway Json format have gateway="1" in xml command- See Also:
- Constant Field Values
-
BinaryResult
static final int BinaryResult
- See Also:
- Constant Field Values
-
-