Package com.alfresco.content.models
Class ActionDefinitionList
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class ActionDefinitionList
-
-
Field Summary
Fields Modifier and Type Field Description private ActionDefinitionListListlist
-
Constructor Summary
Constructors Constructor Description ActionDefinitionList(ActionDefinitionListList list)
-
Method Summary
Modifier and Type Method Description final ActionDefinitionListListgetList()final UnitsetList(@Json(name = "list") ActionDefinitionListList list)-
-
Constructor Detail
-
ActionDefinitionList
ActionDefinitionList(ActionDefinitionListList list)
-
-
Method Detail
-
getList
final ActionDefinitionListList getList()
-
setList
final Unit setList(@Json(name = "list") ActionDefinitionListList list)
-
-
-
-