Package com.day.cq.dam.api.s7dam.config
Interface S7damYouTubeAccountConfig
-
@Deprecated public interface S7damYouTubeAccountConfig
Deprecated.YouTube account access configuration
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_APPLICATION_NAME
Deprecated.static java.lang.String
PROPERTY_JSON_CONFIG_VALUE
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getApplicationName()
Deprecated.Resource
getConfigResourceNode()
Deprecated.java.lang.String
getJSONConfigValue()
Deprecated.
-
-
-
Field Detail
-
PROPERTY_JSON_CONFIG_VALUE
static final java.lang.String PROPERTY_JSON_CONFIG_VALUE
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_APPLICATION_NAME
static final java.lang.String PROPERTY_APPLICATION_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getApplicationName
java.lang.String getApplicationName()
Deprecated.
-
getJSONConfigValue
java.lang.String getJSONConfigValue()
Deprecated.
-
getConfigResourceNode
Resource getConfigResourceNode()
Deprecated.
-
-