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