Package com.day.cq.dam.api.s7dam.config
Interface YouTubeConfiguration
public interface YouTubeConfiguration
YouTube configuration
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateChannel(String name, String title, String description) getChannel(String name)
-
Field Details
-
PROPERTY_JSON_CONFIG_VALUE
- See Also:
-
PROPERTY_APPLICATION_NAME
- See Also:
-
-
Method Details
-
getApplicationName
String getApplicationName() -
getJSONConfigValue
String getJSONConfigValue() -
getConfigResourceNode
Resource getConfigResourceNode() -
getChannelsAsResources
-
getChannelsAsYouTubeChannelConfigs
ArrayList<YouTubeChannelConfig> getChannelsAsYouTubeChannelConfigs() -
createChannel
- Throws:
Exception
-
getChannel
-