Class LookAndFeelSelection
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.LookAndFeelSelection
LookAndFeelSelection
Look and feel selection
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLookAndFeelSelection(String spaceKey, String lookAndFeelType) Constructs a validated instance ofLookAndFeelSelection.Constructs a validated instance ofLookAndFeelSelection. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()lookAndFeelType(String lookAndFeelType) spaceKey()The key of the space for which the look and feel settings will be set.The key of the space for which the look and feel settings will be set.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
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
-
LookAndFeelSelection
protected LookAndFeelSelection()
-
-
Method Details
-
spaceKey
The key of the space for which the look and feel settings will be set. -
lookAndFeelType
-
spaceKey
The key of the space for which the look and feel settings will be set.- Returns:
this.
-
lookAndFeelType
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-