Class TopNavigationLookAndFeel

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.TopNavigationLookAndFeel

@Generated("io.github.primelib.primecodegen") public class TopNavigationLookAndFeel extends Object
TopNavigationLookAndFeel
  • Field Details

  • Constructor Details

    • TopNavigationLookAndFeel

      public TopNavigationLookAndFeel(Consumer<TopNavigationLookAndFeel> spec)
      Constructs a validated instance of TopNavigationLookAndFeel.
      Parameters:
      spec - the specification to process
    • TopNavigationLookAndFeel

      @Internal protected TopNavigationLookAndFeel()
      Protected no-args constructor for use by serialization frameworks.
    • TopNavigationLookAndFeel

      @Internal public TopNavigationLookAndFeel(String color, String highlightColor, HoverOrFocusf1C7A6 hoverOrFocus)
      Constructs a validated instance of TopNavigationLookAndFeel.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using TopNavigationLookAndFeel(Consumer) instead.

      Parameters:
      color - color
      highlightColor - highlightColor
      hoverOrFocus - hoverOrFocus
  • Method Details

    • color

      public String color()
      Fluent getter for color.
      Returns:
      color
    • color

      public TopNavigationLookAndFeel color(String color)
      Fluent setter for color.
      Parameters:
      color - color
      Returns:
      this
    • getColor

      public String getColor()
      Gets the value of color.
      Returns:
      color
    • setColor

      public void setColor(String color)
      Sets the value of color.
      Parameters:
      color - color
    • highlightColor

      public String highlightColor()
      Fluent getter for highlightColor.
      Returns:
      highlightColor
    • highlightColor

      public TopNavigationLookAndFeel highlightColor(String highlightColor)
      Fluent setter for highlightColor.
      Parameters:
      highlightColor - highlightColor
      Returns:
      this
    • getHighlightColor

      public String getHighlightColor()
      Gets the value of highlightColor.
      Returns:
      highlightColor
    • setHighlightColor

      public void setHighlightColor(String highlightColor)
      Sets the value of highlightColor.
      Parameters:
      highlightColor - highlightColor
    • hoverOrFocus

      public HoverOrFocusf1C7A6 hoverOrFocus()
      Fluent getter for hoverOrFocus.
      Returns:
      hoverOrFocus
    • hoverOrFocus

      public TopNavigationLookAndFeel hoverOrFocus(HoverOrFocusf1C7A6 hoverOrFocus)
      Fluent setter for hoverOrFocus.
      Parameters:
      hoverOrFocus - hoverOrFocus
      Returns:
      this
    • getHoverOrFocus

      public HoverOrFocusf1C7A6 getHoverOrFocus()
      Gets the value of hoverOrFocus.
      Returns:
      hoverOrFocus
    • setHoverOrFocus

      public void setHoverOrFocus(HoverOrFocusf1C7A6 hoverOrFocus)
      Sets the value of hoverOrFocus.
      Parameters:
      hoverOrFocus - hoverOrFocus
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object