public class JSONInput extends Object implements Serializable
| Constructor and Description | 
|---|
JSONInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getType()
The type of JSON. 
 | 
void | 
setType(JSONType type)
The type of JSON. 
 | 
void | 
setType(String type)
The type of JSON. 
 | 
JSONInput | 
withType(JSONType type)
The type of JSON. 
 | 
JSONInput | 
withType(String type)
The type of JSON. 
 |