Class SiteEntityResource

    • Constructor Detail

      • SiteEntityResource

        public SiteEntityResource()
    • Method Detail

      • setSites

        public void setSites​(Sites sites)
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • update

        public Site update​(java.lang.String siteId,
                           Site site,
                           Parameters parameters)
        Update the given site. Not all fields are used, only those as defined in the Open API spec.
        Specified by:
        update in interface EntityResourceAction.Update<Site>
        Parameters:
        siteId - The site ID (aka short name)
        site - Details to use for the update
        parameters -
        Returns:
        Updated Site