public class SPListField extends OfficeEntity
| Constructor and Description |
|---|
SPListField()
Instantiates a new SP list field.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityPropertyName()
Gets the entity property name.
|
java.lang.String |
getTitle()
Gets the title.
|
static java.util.List<SPListField> |
listFromJson(org.json.JSONObject json)
List from json.
|
getData, getJsonData, listFromJson, loadFromJson, loadFromJson, toStringpublic static java.util.List<SPListField> listFromJson(org.json.JSONObject json) throws org.json.JSONException
json - the jsonorg.json.JSONException - the JSON exceptionpublic java.lang.String getTitle()
public java.lang.String getEntityPropertyName()