Package org.alfresco.rest.model
Class RestRenditionInfoModelCollection
java.lang.Object
org.alfresco.rest.core.RestModels<RestRenditionInfoModel,RestRenditionInfoModelCollection>
org.alfresco.rest.model.RestRenditionInfoModelCollection
- All Implemented Interfaces:
IModelsCollectionAssertion<RestRenditionInfoModelCollection>,IRestModelsCollection<RestRenditionInfoModel>
public class RestRenditionInfoModelCollection
extends RestModels<RestRenditionInfoModel,RestRenditionInfoModelCollection>
Handle collection of
- Author:
- meenal bhave Example: { "list": { "pagination": { "count": 2, "hasMoreItems": false, "totalItems": 2, "skipCount": 0, "maxItems": 100 }, "entries": [ { "entry": { "id": "doclib", "content": { "mimeType": "image/png", "mimeTypeName": "PNG Image", "sizeInBytes": 414, "encoding": "UTF-8" }, "status": "CREATED" } }, { "entry": { "id": "pdf", "content": { "mimeType": "application/pdf", "mimeTypeName": "Adobe PDF Document", "sizeInBytes": 10144, "encoding": "UTF-8" }, "status": "CREATED" } } ] } }
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.rest.core.RestModels
and, assertThat, getEntries, getEntryByIndex, getOneRandomEntry, getPagination, isEmpty, setPagination, when
-
Constructor Details
-
RestRenditionInfoModelCollection
public RestRenditionInfoModelCollection()
-