static public field O2GRequestParamsEnum.COMMAND

Brief

The constant represents the name of the command parameter.

Details

To set the parameter value, use the setString method. For example,

valuemap.setString(O2GRequestParamsEnum.COMMAND, value);

For the list of the possible parameter values, see the Constants.Commands class description.

Declared in O2GRequestParamsEnum

back