| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
View |
Service.createView(java.lang.String listId,
View view)
Creates the view.
|
View |
Service.getListDefaultView(java.lang.String listId)
Gets the list default view.
|
View |
Service.getView(java.lang.String listId,
java.lang.String viewId)
Gets the view.
|
View |
Service.getViewByTitle(java.lang.String listId,
java.lang.String title)
Gets the view by title.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<View> |
Service.getViews(java.lang.String listId)
Gets the views.
|
java.util.List<View> |
Service.getViews(java.lang.String listId,
java.util.List<IQueryOption> queryOptions)
Gets the views.
|
| Modifier and Type | Method and Description |
|---|---|
View |
Service.createView(java.lang.String listId,
View view)
Creates the view.
|
void |
Service.updateView(java.lang.String listId,
View view)
Update view.
|