Package org.alfresco.rest.api.model
Class PathInfo.ElementInfo
- java.lang.Object
-
- org.alfresco.rest.api.model.PathInfo.ElementInfo
-
-
Constructor Summary
Constructors Constructor Description ElementInfo()
ElementInfo(String id, String name, String nodeType, List<String> aspectNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAspectNames()
String
getId()
String
getName()
String
getNodeType()
String
toString()
-