Package org.alfresco.rest.model
Class RestSiteContainerModelsCollection
- java.lang.Object
-
- org.alfresco.rest.core.RestModels<RestSiteContainerModel,RestSiteContainerModelsCollection>
-
- org.alfresco.rest.model.RestSiteContainerModelsCollection
-
- All Implemented Interfaces:
IModelsCollectionAssertion<RestSiteContainerModelsCollection>,IRestModelsCollection<RestSiteContainerModel>
public class RestSiteContainerModelsCollection extends RestModels<RestSiteContainerModel,RestSiteContainerModelsCollection>
Handle collection ofExample: { "list": { "pagination": { "count": 1, "hasMoreItems": false, "totalItems": 1, "skipCount": 0, "maxItems": 100 }, "entries": [ { "entry": { "id": "d79666e2-3d77-4cbd-aa15-a1e0dcc4da1e", "folderId": "documentLibrary" } } ] } }
-
-
Constructor Summary
Constructors Constructor Description RestSiteContainerModelsCollection()
-
Method Summary
-
Methods inherited from class org.alfresco.rest.core.RestModels
and, assertThat, getEntries, getEntryByIndex, getOneRandomEntry, getPagination, isEmpty, setPagination, when
-
-