Class ContentLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContentLookAndFeel
ContentLookAndFeel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContainerLookAndFeelprotected ContainerLookAndFeelprotected ContainerLookAndFeelprotected ScreenLookAndFeel -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.ContentLookAndFeel(ScreenLookAndFeel screen, ContainerLookAndFeel container, ContainerLookAndFeel header, ContainerLookAndFeel body) Constructs a validated instance ofContentLookAndFeel.Constructs a validated instance ofContentLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionbody()Fluent getter for body.body(ContainerLookAndFeel body) Fluent setter for body.Fluent getter for container.container(ContainerLookAndFeel container) Fluent setter for container.booleangetBody()Gets the value of body.Gets the value of container.Gets the value of header.Gets the value of screen.inthashCode()header()Fluent getter for header.header(ContainerLookAndFeel header) Fluent setter for header.screen()Fluent getter for screen.screen(ScreenLookAndFeel screen) Fluent setter for screen.voidsetBody(ContainerLookAndFeel body) Sets the value of body.voidsetContainer(ContainerLookAndFeel container) Sets the value of container.voidsetHeader(ContainerLookAndFeel header) Sets the value of header.voidsetScreen(ScreenLookAndFeel screen) Sets the value of screen.toString()
-
Field Details
-
screen
-
container
-
header
-
body
-
-
Constructor Details
-
ContentLookAndFeel
Constructs a validated instance ofContentLookAndFeel.- Parameters:
spec- the specification to process
-
ContentLookAndFeel
@Internal protected ContentLookAndFeel()Protected no-args constructor for use by serialization frameworks. -
ContentLookAndFeel
@Internal public ContentLookAndFeel(ScreenLookAndFeel screen, ContainerLookAndFeel container, ContainerLookAndFeel header, ContainerLookAndFeel body) Constructs a validated instance ofContentLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContentLookAndFeel(Consumer)instead.- Parameters:
screen- screencontainer- containerheader- headerbody- body
-
-
Method Details
-
screen
-
screen
Fluent setter for screen.- Parameters:
screen- screen- Returns:
- this
-
getScreen
-
setScreen
Sets the value of screen.- Parameters:
screen- screen
-
container
-
container
Fluent setter for container.- Parameters:
container- container- Returns:
- this
-
getContainer
-
setContainer
Sets the value of container.- Parameters:
container- container
-
header
-
header
Fluent setter for header.- Parameters:
header- header- Returns:
- this
-
getHeader
-
setHeader
Sets the value of header.- Parameters:
header- header
-
body
-
body
Fluent setter for body.- Parameters:
body- body- Returns:
- this
-
getBody
-
setBody
-
equals
-
hashCode
-
toString
-