Package com.day.cq.dam.scene7.api.model
Interface Scene7ViewerConfig
-
public interface Scene7ViewerConfigConfiguration information about a Scene7 viewer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description ImmutableList<Scene7ConfigSetting>getSettings()Deprecated.use {getSettingsList()insteaddefault java.util.List<Scene7ConfigSetting>getSettingsList()The list of settings for the viewerjava.lang.StringgetType()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
@Deprecated ImmutableList<Scene7ConfigSetting> getSettings()
Deprecated.use {getSettingsList()insteadThe list of settings for the viewer- Returns:
- The list of settings for the viewer
-
getSettingsList
default java.util.List<Scene7ConfigSetting> getSettingsList()
The list of settings for the viewer- Returns:
- The (unmodifiable) list of settings for the viewer
-
-