Package com.alfresco.content.models
Class ChildAssociationBody
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class ChildAssociationBody
-
-
Constructor Summary
Constructors Constructor Description ChildAssociationBody(String childId, String assocType)
-
Method Summary
Modifier and Type Method Description final StringgetChildId()final UnitsetChildId(@Json(name = "childId") String childId)final StringgetAssocType()final UnitsetAssocType(@Json(name = "assocType") String assocType)-
-
Method Detail
-
getChildId
final String getChildId()
-
setChildId
final Unit setChildId(@Json(name = "childId") String childId)
-
getAssocType
final String getAssocType()
-
setAssocType
final Unit setAssocType(@Json(name = "assocType") String assocType)
-
-
-
-