Interface YouTubeChannelConfig


  • public interface YouTubeChannelConfig
    YouTube channel configuration
    • Field Detail

      • PROPERTY_PARENT_CONFIG

        static final java.lang.String PROPERTY_PARENT_CONFIG
        See Also:
        Constant Field Values
    • Method Detail

      • getConfigResourceNode

        Resource getConfigResourceNode()
      • getMetaDataNode

        Resource getMetaDataNode()
      • getChannelTags

        java.util.List<java.lang.String> getChannelTags()
                                                 throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • setChannelTags

        void setChannelTags​(java.util.List<java.lang.String> tagList)