Class RestRatingModelsCollection

All Implemented Interfaces:
IModelsCollectionAssertion<RestRatingModelsCollection>, IRestModelsCollection<RestRatingModel>

public class RestRatingModelsCollection extends RestModels<RestRatingModel,RestRatingModelsCollection>
Handle collection of { "list": { "pagination": { "count": 0, "hasMoreItems": true, "totalItems": 0, "skipCount": 0, "maxItems": 0 }, "entries": [ { "entry": { "id": "string", "aggregate": { "numberOfRatings": 0, "average": 0 }, "ratedAt": "2016-09-28T13:56:58.931Z", "myRating": "string" } } ] } }
  • Constructor Details

    • RestRatingModelsCollection

      public RestRatingModelsCollection()
  • Method Details