Package org.alfresco.rest.model
Class RestSiteEntry
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestSiteEntry
- All Implemented Interfaces:
IModelAssertion<RestSiteEntry>,IRestModel<RestSiteEntry>,org.alfresco.utility.model.Model
public class RestSiteEntry
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestSiteEntry>
Handles Site Entry in Site Membership Information response
"entry": /{ "site": { "id": "string", "guid": "string", "title": "string", "description": "string", "visibility": "PRIVATE", "role": "SiteConsumer" }, "id": "string", "guid": "string", "role": "SiteConsumer" }
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
RestSiteEntry
public RestSiteEntry()
-
-
Method Details
-
onSite
-
getRole
-
setRole
-
getGuid
-
setGuid
-
getId
-
setId
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestSiteEntry>
-