Package org.alfresco.rest.api.model
Class FavouriteSite
- java.lang.Object
-
- org.alfresco.rest.api.model.Site
-
- org.alfresco.rest.api.model.FavouriteSite
-
- All Implemented Interfaces:
Comparable<Site>
public class FavouriteSite extends Site
Represents a user's favourite site. Represented by a separate class in order to allow other attributes to be added.- Author:
- steveglover
-
-
Field Summary
-
Fields inherited from class org.alfresco.rest.api.model.Site
description, DESCRIPTION, guid, GUID, id, ID, preset, PRESET, role, ROLE, title, TITLE, visibility, VISIBILITY
-
-
Constructor Summary
Constructors Constructor Description FavouriteSite()
FavouriteSite(SiteInfo siteInfo, String role)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.alfresco.rest.api.model.Site
compareTo, equals, getDescription, getGuid, getId, getPreset, getRole, getTitle, getVisibility, hashCode, setDescription, setGuid, setId, setPreset, setRole, setTitle, setVisibility, wasSet
-
-