public class CSLProperties extends Object implements JsonObject
| Constructor and Description |
|---|
CSLProperties() |
CSLProperties(Integer noteIndex,
Boolean unsorted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CSLProperties |
fromJson(Map<String,Object> obj)
Converts a JSON object to a CSLProperties object.
|
Integer |
getNoteIndex() |
Boolean |
getUnsorted() |
int |
hashCode() |
Object |
toJson(JsonBuilder builder)
Converts this object to a JSON object
|
public Integer getNoteIndex()
public Boolean getUnsorted()
public Object toJson(JsonBuilder builder)
JsonObjecttoJson in interface JsonObjectbuilder - a builder that can be used to perform the conversionpublic static CSLProperties fromJson(Map<String,Object> obj)
obj - the JSON object to convert