Class LookAndFeelSelection
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.LookAndFeelSelection
LookAndFeelSelection
Look and feel selection
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.LookAndFeelSelection(String spaceKey, String lookAndFeelType) Constructs a validated instance ofLookAndFeelSelection.Constructs a validated instance ofLookAndFeelSelection. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of lookAndFeelType.Gets the value of spaceKey.inthashCode()Fluent getter for lookAndFeelType.lookAndFeelType(String lookAndFeelType) Fluent setter for lookAndFeelType.voidsetLookAndFeelType(String lookAndFeelType) Sets the value of lookAndFeelType.voidsetSpaceKey(String spaceKey) Sets the value of spaceKey.spaceKey()Fluent getter for spaceKey.Fluent setter for spaceKey.toString()
-
Field Details
-
spaceKey
The key of the space for which the look and feel settings will be set. -
lookAndFeelType
-
-
Constructor Details
-
LookAndFeelSelection
Constructs a validated instance ofLookAndFeelSelection.- Parameters:
spec- the specification to process
-
LookAndFeelSelection
@Internal protected LookAndFeelSelection()Protected no-args constructor for use by serialization frameworks. -
LookAndFeelSelection
Constructs a validated instance ofLookAndFeelSelection.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LookAndFeelSelection(Consumer)instead.- Parameters:
spaceKey- The key of the space for which the look and feel settings will be set.lookAndFeelType- lookAndFeelType
-
-
Method Details
-
spaceKey
Fluent getter for spaceKey.The key of the space for which the look and feel settings will be set.
- Returns:
- spaceKey
-
spaceKey
Fluent setter for spaceKey.The key of the space for which the look and feel settings will be set.
- Parameters:
spaceKey- spaceKey- Returns:
- this
-
getSpaceKey
Gets the value of spaceKey.The key of the space for which the look and feel settings will be set.
- Returns:
- spaceKey
-
setSpaceKey
Sets the value of spaceKey.The key of the space for which the look and feel settings will be set.
- Parameters:
spaceKey- spaceKey
-
lookAndFeelType
-
lookAndFeelType
Fluent setter for lookAndFeelType.- Parameters:
lookAndFeelType- lookAndFeelType- Returns:
- this
-
getLookAndFeelType
-
setLookAndFeelType
Sets the value of lookAndFeelType.- Parameters:
lookAndFeelType- lookAndFeelType
-
equals
-
hashCode
-
toString
-