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