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

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

    • backgroundColor

      protected String backgroundColor
  • Constructor Details

    • HoverOrFocus

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

      @Internal public HoverOrFocus(String backgroundColor)
      Constructs a validated instance of HoverOrFocus.

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

      Parameters:
      backgroundColor - backgroundColor
    • HoverOrFocus

      protected HoverOrFocus()
  • Method Details

    • backgroundColor

      public String backgroundColor()
    • backgroundColor

      public HoverOrFocus backgroundColor(String backgroundColor)
      Returns:
      this.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object