public class ResourceTreeController.CollectionModel extends Object
| Constructor and Description |
|---|
CollectionModel(String path,
String rel,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ResourceTreeController.CollectionModel> |
getCollectionPath()
We want to be able to skip useless collections which have only one child collection etc etc.
|
String |
getName() |
String |
getPath() |
String |
getUrl()
Uri is computed from relative base path.
|
void |
setName(String name) |
void |
setPath(String path) |
public Collection<ResourceTreeController.CollectionModel> getCollectionPath()
This method returns us the deepest path containing only one collection at each level
public String getUrl()
public String getPath()
public void setPath(String path)
public String getName()
public void setName(String name)
Copyright © 2026. All rights reserved.