Package com.day.cq.dam.api.s7dam.config
Interface S7damYouTubeAccountConfig
-
@Deprecated public interface S7damYouTubeAccountConfigDeprecated.YouTube account access configuration
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_APPLICATION_NAMEDeprecated.static java.lang.StringPROPERTY_JSON_CONFIG_VALUEDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetApplicationName()Deprecated.ResourcegetConfigResourceNode()Deprecated.java.lang.StringgetJSONConfigValue()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.
-
-