Class LookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.LookAndFeel
LookAndFeel
Look and feel settings returned after an update.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BordersAndDivIDErsprotected ContentLookAndFeelprotected HeaderLookAndFeelprotected Headingsprotected HorizontalHeaderLookAndFeelprotected Links9496B4protected MenusLookAndFeelprotected Object -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLookAndFeel(Headings headings, Links9496B4 links, MenusLookAndFeel menus, HeaderLookAndFeel header, HorizontalHeaderLookAndFeel horizontalHeader, ContentLookAndFeel content, BordersAndDivIDErs bordersAndDividers, Object spaceReference, Map<String, Object> Links) Constructs a validated instance ofLookAndFeel.LookAndFeel(Consumer<LookAndFeel> spec) Constructs a validated instance ofLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionbordersAndDividers(BordersAndDivIDErs bordersAndDividers) protected booleancontent()content(ContentLookAndFeel content) booleaninthashCode()header()header(HeaderLookAndFeel header) headings()horizontalHeader(HorizontalHeaderLookAndFeel horizontalHeader) links()links(Links9496B4 links) menus()menus(MenusLookAndFeel menus) spaceReference(Object spaceReference) toString()
-
Field Details
-
headings
-
links
-
header
-
horizontalHeader
-
-
bordersAndDividers
-
spaceReference
-
Links
-
-
Constructor Details
-
LookAndFeel
Constructs a validated instance ofLookAndFeel.- Parameters:
spec- the specification to process
-
LookAndFeel
@Internal public LookAndFeel(Headings headings, Links9496B4 links, MenusLookAndFeel menus, HeaderLookAndFeel header, HorizontalHeaderLookAndFeel horizontalHeader, ContentLookAndFeel content, BordersAndDivIDErs bordersAndDividers, Object spaceReference, Map<String, Object> Links) Constructs a validated instance ofLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LookAndFeel(Consumer)instead.- Parameters:
headings- headingslinks- linksmenus- menusheader- headerhorizontalHeader- horizontalHeadercontent- contentbordersAndDividers- bordersAndDividersspaceReference- spaceReferenceLinks- Links
-
LookAndFeel
protected LookAndFeel()
-
-
Method Details
-
headings
-
links
-
header
-
horizontalHeader
-
content
-
bordersAndDividers
-
spaceReference
-
headings
- Returns:
this.
-
links
- Returns:
this.
-
header
- Returns:
this.
-
horizontalHeader
- Returns:
this.
-
content
- Returns:
this.
-
bordersAndDividers
- Returns:
this.
-
spaceReference
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-