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

@Generated("io.github.primelib.primecodegen") public class ThemeNoLinks extends Object
ThemeNoLinks

Theme object without links. Used in ThemeArray.

  • Field Details

    • themeKey

      protected String themeKey
    • name

      protected String name
    • description

      protected String description
    • icon

      protected Icon icon
      This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
  • Constructor Details

    • ThemeNoLinks

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

      @Internal public ThemeNoLinks(String themeKey, String name, String description, Icon icon)
      Constructs a validated instance of ThemeNoLinks.

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

      Parameters:
      themeKey - themeKey
      name - name
      description - description
      icon - This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
    • ThemeNoLinks

      protected ThemeNoLinks()
  • Method Details

    • themeKey

      public String themeKey()
    • name

      public String name()
    • description

      public String description()
    • icon

      public Icon icon()
      This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
    • themeKey

      public ThemeNoLinks themeKey(String themeKey)
      Returns:
      this.
    • name

      public ThemeNoLinks name(String name)
      Returns:
      this.
    • description

      public ThemeNoLinks description(String description)
      Returns:
      this.
    • icon

      public ThemeNoLinks icon(Icon icon)
      This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
      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