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 classPathInfo.ElementInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PathInfo.ElementInfo>getElements()BooleangetIsComplete()StringgetName()StringgetRelativePath()voidsetRelativePath(String relativePath)StringtoString()
-
-
-
Constructor Detail
-
PathInfo
public PathInfo()
-
PathInfo
public PathInfo(String name, Boolean isComplete, List<PathInfo.ElementInfo> elements)
-
-