Package com.day.cq.dam.api.s7dam.config
Interface YouTubeChannelConfig
-
public interface YouTubeChannelConfig
YouTube channel configuration
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_PARENT_CONFIG
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.List<java.lang.String>
getChannelTags()
Resource
getConfigResourceNode()
Resource
getMetaDataNode()
S7damYouTubeAccountConfig
getParentConfig()
Deprecated.void
setChannelTags(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 RepositoryException
- Throws:
RepositoryException
-
setChannelTags
void setChannelTags(java.util.List<java.lang.String> tagList)
-
-