Package com.alfresco.content.models
Class NodeBodyCopy
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class NodeBodyCopy
-
-
Field Summary
Fields Modifier and Type Field Description private StringtargetParentIdprivate Stringname
-
Constructor Summary
Constructors Constructor Description NodeBodyCopy(String targetParentId, String name)
-
Method Summary
Modifier and Type Method Description final StringgetTargetParentId()final UnitsetTargetParentId(@Json(name = "targetParentId") String targetParentId)final StringgetName()The name must not contain spaces or the following special characters: * \" <> \\ / ? final UnitsetName(@Json(name = "name") String name)The name must not contain spaces or the following special characters: * \" <> \\ / ? -
-
Method Detail
-
getTargetParentId
final String getTargetParentId()
-
setTargetParentId
final Unit setTargetParentId(@Json(name = "targetParentId") String targetParentId)
-
getName
final String getName()
The name must not contain spaces or the following special characters: * \" <> \\ / ? : and |. The character . must not be used at the end of the name.
-
-
-
-