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