Class NavigationLookAndFeel

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

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

  • Constructor Details

    • NavigationLookAndFeel

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

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

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

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

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

    • color

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

      public NavigationLookAndFeel 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 NavigationLookAndFeel 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 HoverOrFocus53690D hoverOrFocus()
      Fluent getter for hoverOrFocus.
      Returns:
      hoverOrFocus
    • hoverOrFocus

      public NavigationLookAndFeel hoverOrFocus(HoverOrFocus53690D hoverOrFocus)
      Fluent setter for hoverOrFocus.
      Parameters:
      hoverOrFocus - hoverOrFocus
      Returns:
      this
    • getHoverOrFocus

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

      public void setHoverOrFocus(HoverOrFocus53690D 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