Class JsonString
- java.lang.Object
-
- com.microstrategy.web.objects.actions.JsonString
-
public class JsonString extends java.lang.Object
Semantic wrapper for string that holds JSON literal.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue()
static JsonString
of(java.lang.String value)
-
-
-
Method Detail
-
of
public static JsonString of(java.lang.String value)
-
getValue
public java.lang.String getValue()
-
-