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
ConstructorsModifierConstructorDescriptionprotectedContentLookAndFeel(ScreenLookAndFeel screen, ContainerLookAndFeel container, ContainerLookAndFeel header, ContainerLookAndFeel body) Constructs a validated instance ofContentLookAndFeel.Constructs a validated instance ofContentLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionbody()body(ContainerLookAndFeel body) protected booleancontainer(ContainerLookAndFeel container) booleaninthashCode()header()header(ContainerLookAndFeel header) screen()screen(ScreenLookAndFeel screen) toString()
-
Field Details
-
screen
-
container
-
header
-
body
-
-
Constructor Details
-
ContentLookAndFeel
Constructs a validated instance ofContentLookAndFeel.- Parameters:
spec- the specification to process
-
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
-
ContentLookAndFeel
protected ContentLookAndFeel()
-
-
Method Details