Package org.alfresco.rest.model
Class RestSiteGroupModelsCollection
- java.lang.Object
-
- org.alfresco.rest.core.RestModels<RestSiteGroupModel,RestSiteGroupModelsCollection>
-
- org.alfresco.rest.model.RestSiteGroupModelsCollection
-
- All Implemented Interfaces:
IModelsCollectionAssertion<RestSiteGroupModelsCollection>,IRestModelsCollection<RestSiteGroupModel>
public class RestSiteGroupModelsCollection extends RestModels<RestSiteGroupModel,RestSiteGroupModelsCollection>
-
-
Constructor Summary
Constructors Constructor Description RestSiteGroupModelsCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestSiteGroupModelgetSiteGroups(java.lang.String groupId)Get groups from site groups list-
Methods inherited from class org.alfresco.rest.core.RestModels
and, assertThat, getEntries, getEntryByIndex, getOneRandomEntry, getPagination, isEmpty, setPagination, when
-
-
-
-
Method Detail
-
getSiteGroups
public RestSiteGroupModel getSiteGroups(java.lang.String groupId)
Get groups from site groups list
-
-