Class ContainerLookAndFeel
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.ContainerLookAndFeel
ContainerLookAndFeel
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedContainerLookAndFeel(String background, String backgroundAttachment, String backgroundBlendMode, String backgroundClip, String backgroundColor, String backgroundImage, String backgroundOrigin, String backgroundPosition, String backgroundRepeat, String backgroundSize, String padding, String borderRadius) Constructs a validated instance ofContainerLookAndFeel.Constructs a validated instance ofContainerLookAndFeel. -
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) borderRadius(String borderRadius) protected booleanbooleaninthashCode()padding()toString()
-
Field Details
-
background
-
backgroundAttachment
-
backgroundBlendMode
-
backgroundClip
-
backgroundColor
-
backgroundImage
-
backgroundOrigin
-
backgroundPosition
-
backgroundRepeat
-
backgroundSize
-
padding
-
borderRadius
-
-
Constructor Details
-
ContainerLookAndFeel
Constructs a validated instance ofContainerLookAndFeel.- Parameters:
spec- the specification to process
-
ContainerLookAndFeel
@Internal public ContainerLookAndFeel(String background, String backgroundAttachment, String backgroundBlendMode, String backgroundClip, String backgroundColor, String backgroundImage, String backgroundOrigin, String backgroundPosition, String backgroundRepeat, String backgroundSize, String padding, String borderRadius) Constructs a validated instance ofContainerLookAndFeel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ContainerLookAndFeel(Consumer)instead.- Parameters:
background- backgroundbackgroundAttachment- backgroundAttachmentbackgroundBlendMode- backgroundBlendModebackgroundClip- backgroundClipbackgroundColor- backgroundColorbackgroundImage- backgroundImagebackgroundOrigin- backgroundOriginbackgroundPosition- backgroundPositionbackgroundRepeat- backgroundRepeatbackgroundSize- backgroundSizepadding- paddingborderRadius- borderRadius
-
ContainerLookAndFeel
protected ContainerLookAndFeel()
-
-
Method Details
-
background
-
backgroundAttachment
-
backgroundBlendMode
-
backgroundClip
-
backgroundColor
-
backgroundImage
-
backgroundOrigin
-
backgroundPosition
-
backgroundRepeat
-
backgroundSize
-
padding
-
borderRadius
-
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.
-
padding
- Returns:
this.
-
borderRadius
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-