Package com.day.cq.dam.scene7.api.model
Class Scene7ConfigSetting
java.lang.Object
com.day.cq.dam.scene7.api.model.Scene7ConfigSetting
A viewer configuration setting
Return values and parameters are @NotNull by default.
-
Constructor Summary
ConstructorsConstructorDescriptionScene7ConfigSetting(String name, @Nullable String value, @Nullable String handle) Create a new viewer preset -
Method Summary
-
Constructor Details
-
Method Details
-
getName
Retrieve the name of the preset- Returns:
- The preset name
-
getValue
Retrieve the value of the preset- Returns:
- The preset value
-
getHandle
Retrieve the handle to the stored configuration- Returns:
- The optional handle value, might be
null
-