public class Property extends Object implements ResponseElement
| Modifier and Type | Field and Description |
|---|---|
static String |
OPEN_PARAGRAPH |
| Constructor and Description |
|---|
Property(String key,
ResponseElement value) |
Property(String key,
String value) |
Property(String key,
String value,
boolean newLine) |
| Modifier and Type | Method and Description |
|---|---|
String |
parse() |
public static final String OPEN_PARAGRAPH
public Property(String key,
ResponseElement value)
public Property(String key,
String value)
public Property(String key,
String value,
boolean newLine)
public String parse()
parse in interface ResponseElement