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