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