Package com.day.cq.dam.scene7.api.model
Interface Scene7ViewerConfig
-
public interface Scene7ViewerConfig
Configuration information about a Scene7 viewer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImmutableList<Scene7ConfigSetting>
getSettings()
The list of settings for the viewerjava.lang.String
getType()
The type of viewer the configuration is for
-
-
-
Method Detail
-
getType
java.lang.String getType()
The type of viewer the configuration is for- Returns:
- the type of viewer
-
getSettings
ImmutableList<Scene7ConfigSetting> getSettings()
The list of settings for the viewer- Returns:
- The list of settings for the viewer
-
-