Package com.day.cq.dam.api.s7dam.config
Interface YouTubeChannelConfig
- 
public interface YouTubeChannelConfigYouTube channel configuration 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_PARENT_CONFIG 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.List<java.lang.String>getChannelTags()ResourcegetConfigResourceNode()ResourcegetMetaDataNode()S7damYouTubeAccountConfiggetParentConfig()Deprecated.voidsetChannelTags(java.util.List<java.lang.String> tagList) 
 - 
 
- 
- 
Field Detail
- 
PROPERTY_PARENT_CONFIG
static final java.lang.String PROPERTY_PARENT_CONFIG
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getParentConfig
@Deprecated S7damYouTubeAccountConfig getParentConfig()
Deprecated. 
- 
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)
 
 - 
 
 -