Interface ContentEntityBuilder<T extends ContentEntityObject>

    • Method Detail

      • build

        ContentEntity build​(T object)
        Builds a REST ContentEntity for the given CEO
        Parameters:
        object - the ContentEntityObject
        Returns:
        the entity, or null if the current user is not permitted to view the content or if no content object can be found for the given object.