Class ScreenLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ScreenLookAndFeel
ScreenLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScreenLookAndFeel(String background, String backgroundAttachment, String backgroundBlendMode, String backgroundClip, String backgroundColor, String backgroundImage, String backgroundOrigin, String backgroundPosition, String backgroundRepeat, String backgroundSize, Layer layer, String gutterTop, String gutterRight, String gutterBottom, String gutterLeft) Constructs a validated instance ofScreenLookAndFeel.Constructs a validated instance ofScreenLookAndFeel. -
Method Summary
Modifier and TypeMethodDescriptionbackground(String background) backgroundAttachment(String backgroundAttachment) backgroundBlendMode(String backgroundBlendMode) backgroundClip(String backgroundClip) backgroundColor(String backgroundColor) backgroundImage(String backgroundImage) backgroundOrigin(String backgroundOrigin) backgroundPosition(String backgroundPosition) backgroundRepeat(String backgroundRepeat) backgroundSize(String backgroundSize) protected booleanbooleangutterBottom(String gutterBottom) gutterLeft(String gutterLeft) gutterRight(String gutterRight) inthashCode()layer()toString()
-
Field Details
-
background
-
backgroundAttachment
-
backgroundBlendMode
-
backgroundClip
-
backgroundColor
-
backgroundImage
-
backgroundOrigin
-
backgroundPosition
-
backgroundRepeat
-
backgroundSize
-
layer
-
gutterTop
-
gutterRight
-
gutterBottom
-
gutterLeft
-
-
Constructor Details
-
ScreenLookAndFeel
Constructs a validated instance ofScreenLookAndFeel.- Parameters:
spec- the specification to process
-
ScreenLookAndFeel
@Internal public ScreenLookAndFeel(String background, String backgroundAttachment, String backgroundBlendMode, String backgroundClip, String backgroundColor, String backgroundImage, String backgroundOrigin, String backgroundPosition, String backgroundRepeat, String backgroundSize, Layer layer, String gutterTop, String gutterRight, String gutterBottom, String gutterLeft) Constructs a validated instance ofScreenLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenLookAndFeel(Consumer)instead.- Parameters:
background- backgroundbackgroundAttachment- backgroundAttachmentbackgroundBlendMode- backgroundBlendModebackgroundClip- backgroundClipbackgroundColor- backgroundColorbackgroundImage- backgroundImagebackgroundOrigin- backgroundOriginbackgroundPosition- backgroundPositionbackgroundRepeat- backgroundRepeatbackgroundSize- backgroundSizelayer- layergutterTop- gutterTopgutterRight- gutterRightgutterBottom- gutterBottomgutterLeft- gutterLeft
-
ScreenLookAndFeel
protected ScreenLookAndFeel()
-
-
Method Details
-
background
-
backgroundAttachment
-
backgroundBlendMode
-
backgroundClip
-
backgroundColor
-
backgroundImage
-
backgroundOrigin
-
backgroundPosition
-
backgroundRepeat
-
backgroundSize
-
layer
-
gutterTop
-
gutterRight
-
gutterBottom
-
gutterLeft
-
background
- Returns:
this.
-
backgroundAttachment
- Returns:
this.
-
backgroundBlendMode
- Returns:
this.
-
backgroundClip
- Returns:
this.
-
backgroundColor
- Returns:
this.
-
backgroundImage
- Returns:
this.
-
backgroundOrigin
- Returns:
this.
-
backgroundPosition
- Returns:
this.
-
backgroundRepeat
- Returns:
this.
-
backgroundSize
- Returns:
this.
-
layer
- Returns:
this.
-
gutterTop
- Returns:
this.
-
gutterRight
- Returns:
this.
-
gutterBottom
- Returns:
this.
-
gutterLeft
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-