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