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
  • Constructor Details

    • FavouriteSite

      public FavouriteSite()
    • FavouriteSite

      public FavouriteSite(SiteInfo siteInfo, String role)
  • Method Details