Package com.alfresco.content.models
Class AssociationEntry
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class AssociationEntry
-
-
Field Summary
Fields Modifier and Type Field Description private Associationentry
-
Constructor Summary
Constructors Constructor Description AssociationEntry(Association entry)
-
Method Summary
Modifier and Type Method Description final AssociationgetEntry()final UnitsetEntry(@Json(name = "entry") Association entry)-
-
Constructor Detail
-
AssociationEntry
AssociationEntry(Association entry)
-
-
Method Detail
-
getEntry
final Association getEntry()
-
setEntry
final Unit setEntry(@Json(name = "entry") Association entry)
-
-
-
-