Package org.alfresco.rest.api.model
Class PathInfo
- java.lang.Object
-
- org.alfresco.rest.api.model.PathInfo
-
public class PathInfo extends Object
Representation of a path info- Author:
- janv
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PathInfo.ElementInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PathInfo.ElementInfo>
getElements()
Boolean
getIsComplete()
String
getName()
String
getRelativePath()
void
setRelativePath(String relativePath)
String
toString()
-
-
-
Constructor Detail
-
PathInfo
public PathInfo()
-
PathInfo
public PathInfo(String name, Boolean isComplete, List<PathInfo.ElementInfo> elements)
-
-