public interface

EnumWebApiResultMode

com.microstrategy.webapi.EnumWebApiResultMode

Class Overview

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.

Summary

Constants
int DefaultJsonResult Default Json format
int GatewayJsonResult Gateway Json format have gateway="1" in xml command
int XMLResult XML data

Constants

public static final int DefaultJsonResult

Default Json format

Constant Value: 1 (0x00000001)

public static final int GatewayJsonResult

Gateway Json format have gateway="1" in xml command

Constant Value: 2 (0x00000002)

public static final int XMLResult

XML data

Constant Value: 0 (0x00000000)