| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
List |
Service.createList(List list)
Creates the list.
|
List |
Service.getCatalog(ListTemplateType listTemplate)
Gets the catalog.
|
List |
Service.getList(java.lang.String listId)
Gets the list.
|
List |
Service.getListByTitle(java.lang.String title)
Gets the list by title.
|
List |
Service.getUserInfoList()
Gets the user info list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<List> |
Service.getLists()
Gets the lists.
|
java.util.List<List> |
Service.getLists(java.util.List<IQueryOption> queryOptions)
Gets the lists.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Service.createList(List list)
Creates the list.
|
void |
Service.updateList(List list)
Update list.
|