| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Link> |
Service.getFileLinks(java.lang.String filePath)
Gets the list item links.
|
java.util.List<Link> |
Service.getFolderLinks(java.lang.String folderPath)
Gets the folder links.
|
java.util.List<Link> |
Folder.getLinks()
Gets the links.
|
java.util.List<Link> |
File.getLinks()
Gets the links.
|
java.util.List<Link> |
Service.getListItemLinks(java.lang.String filePath)
Gets the list item links.
|