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